Shades of Electric Indigo #600CEA
Tints of Electric Indigo #600CEA
RGB
CMYK
RGB Variations
Color information
#600CEA (or 0x600CEA) is known color: Electric Indigo. HEX triplet: 60, 0C and EA. RGB value is (96,12,234). Sum of RGB (Red+Green+Blue) = 96+12+234=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #600CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #600CEA is #9FF315. Grayscale: #3D3D3D. Windows color (decimal): -10482454 or 15338592. OLE color: 15338592.
HSL color Cylindrical-coordinate representation of color #600CEA: hue angle of 262.7º 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 #600CEA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 12 | 234 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.08 |
| HSL | 262.7º | 0.9% | 0.48% | - |
| HSV(B) | 262.7º | 0.95% | 0.92% | - |
| XYZ | 19.81 | 8.69 | 78.48 | - |
| YUV | 62.42 | 224.83 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 234 | 0.59 | 0.95 | 0 | 0.08 | 262.7 | 0.9 | 0.48 |
| Hex | 60 | C | EA | 3B | 5F | 0 | 8 | 107 | 5A | 30 |
| Octal | 140 | 14 | 352 | 73 | 137 | 0 | 10 | 407 | 132 | 60 |
| Binary | 1100000 | 1100 | 11101010 | 111011 | 1011111 | 0 | 1000 | 100000111 | 1011010 | 110000 |
Color Harmonies of #600CEA
Complementary color
Monochromatic Colors of #600CEA
Black with #600CEA
Text Example
Text Example
White with #600CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CEA; }
p { color: rgb(96,12,234); }
H1.HeaderClassName
{
color: #600CEA;
}
.AnyTagClassName
{
color: #600CEA;
}
</style>
background-color css
<style>
a { background-color: #600CEA; }
a { background-color: rgb(96,12,234); }
div.DivClassName
{
background-color: #600CEA;
}
.BgClassName
{
background-color: #600CEA;
}
</style>
border-color css
<style>
span { border-color: #600CEA; }
span { border-color: rgb(96,12,234); }
td.TdClassName
{
border-color: #600CEA;
}
.TagClassName
{
border-color: #600CEA;
}
</style>