Shades of Electric Indigo #5F0CEA
Tints of Electric Indigo #5F0CEA
RGB
CMYK
RGB Variations
Color information
#5F0CEA (or 0x5F0CEA) is known color: Electric Indigo. HEX triplet: 5F, 0C and EA. RGB value is (95,12,234). Sum of RGB (Red+Green+Blue) = 95+12+234=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F0CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0CEA is #A0F315. Grayscale: #3D3D3D. Windows color (decimal): -10547990 or 15338591. OLE color: 15338591.
HSL color Cylindrical-coordinate representation of color #5F0CEA: hue angle of 262.43º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0CEA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 12 | 234 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.08 |
| HSL | 262.43º | 0.9% | 0.48% | - |
| HSV(B) | 262.43º | 0.95% | 0.92% | - |
| XYZ | 19.7 | 8.64 | 78.47 | - |
| YUV | 62.13 | 225 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 234 | 0.59 | 0.95 | 0 | 0.08 | 262.43 | 0.9 | 0.48 |
| Hex | 5F | C | EA | 3B | 5F | 0 | 8 | 106 | 5A | 30 |
| Octal | 137 | 14 | 352 | 73 | 137 | 0 | 10 | 406 | 132 | 60 |
| Binary | 1011111 | 1100 | 11101010 | 111011 | 1011111 | 0 | 1000 | 100000110 | 1011010 | 110000 |
Color Harmonies of #5F0CEA
Complementary color
Monochromatic Colors of #5F0CEA
Black with #5F0CEA
Text Example
Text Example
White with #5F0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0CEA; }
p { color: rgb(95,12,234); }
H1.HeaderClassName
{
color: #5F0CEA;
}
.AnyTagClassName
{
color: #5F0CEA;
}
</style>
background-color css
<style>
a { background-color: #5F0CEA; }
a { background-color: rgb(95,12,234); }
div.DivClassName
{
background-color: #5F0CEA;
}
.BgClassName
{
background-color: #5F0CEA;
}
</style>
border-color css
<style>
span { border-color: #5F0CEA; }
span { border-color: rgb(95,12,234); }
td.TdClassName
{
border-color: #5F0CEA;
}
.TagClassName
{
border-color: #5F0CEA;
}
</style>