Color: #390CDF
#390CDF Color Information
#390CDF is a dark color. The closest websafe version is #390CDF. A complement of this color would be #B1DF0C, perceived brightness is 0.19, and the grayscale version is #767676.
In the HSL color space, this color has a hue angle of 253°,a saturation of 90%, and a lightness of 46%.The HSV representation shows a hue of 253°, a saturation of 95%, and a value of 87%.
In a RGB color space, #390CDF is composed of 22% red, 5% green and 87% blue. Whereas in a CMYK color space, it is composed of 74% cyan, 95% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 5.65, x: 0.1760, and y: 0.0797.
Color Code #390CDF
Shades of Color #390CDF
Shades are created by darkening the original color #390CDF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #390CDF
Tints are created by lightening the original color #390CDF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #390CDF Color Code
In the HSL color space, this color has a hue angle of 253°, a saturation of 90%, and a lightness of 46%. The HSV representation shows a hue of 253°, a saturation of 95%, and a value of 87%.
- HEX: #390CDF
- RGB: rgb(57, 12, 223)
- HSL: hsl(253, 90%, 46%)
- HSV: hsv(253, 95%, 87%)
- CMYK: 74.00% cyan, 95.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 12.48, 5.65, 52.79
- Yxy: 5.65, 0.1760, 0.0797
- Hunter Lab: 28.50, 61.12, -95.60
- CIE-Lab: 28.50, 61.12, -95.60
In the XYZ color space, this color is represented as X: 12.48, Y: 5.65, Z: 52.79. The Yxy representation further refines this as Y: 5.65, x: 0.1760, and y: 0.0797.
In the Hunter Lab color space, this color is represented as L: 28.50, a: 61.12, and b: -95.60. Similarly, in the CIE-Lab color space, it is represented as L: 28.50, a: 61.12, and b: -95.60.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #390CDF
Triadic colors are three colors evenly spaced around the color wheel, including #390CDF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #390CDF
Split complementary colors are two colors adjacent to the complementary color of #390CDF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #390CDF
Monochromatic colors are variations of #390CDF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #390CDF
The complementary color of #390CDF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #390CDF
/* Using HEX */ body { background-color: #390cdf; }
/* Using RGB */ body { background-color: rgb(57, 12, 223); }
/* Using RGB with opacity */ body { background-color: rgba(57, 12, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(253, 90%, 46%); }
/* Text color */ p { color: #390cdf; }
/* Box shadow */ div { box-shadow: 4px 4px #390cdf; }
/* Border color */ .box { border: 4px solid #390cdf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #390cdf; }
/* Background with text */ div { background: #390cdf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #390CDF
<!-- Using HEX --> <div style="background-color: #390cdf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(57, 12, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(57, 12, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(253, 90%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #390cdf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #390cdf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #390cdf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #390cdf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #390cdf; color: #fff; padding: 16px; border-radius: 8px;"> #390CDF </div>
Related Colors of #390CDF
These colors are similar to #390CDF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.