Shades of Electric Indigo #6402EA
Tints of Electric Indigo #6402EA
RGB
CMYK
RGB Variations
Color information
#6402EA (or 0x6402EA) is known color: Electric Indigo. HEX triplet: 64, 02 and EA. RGB value is (100,2,234). Sum of RGB (Red+Green+Blue) = 100+2+234=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #6402EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402EA is #9BFD15. Grayscale: #383838. Windows color (decimal): -10222870 or 15336036. OLE color: 15336036.
HSL color Cylindrical-coordinate representation of color #6402EA: hue angle of 265.34º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402EA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 2 | 234 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.08 |
| HSL | 265.34º | 0.98% | 0.46% | - |
| HSV(B) | 265.34º | 0.99% | 0.92% | - |
| XYZ | 20.13 | 8.69 | 78.46 | - |
| YUV | 57.75 | 227.47 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 234 | 0.57 | 0.99 | 0 | 0.08 | 265.34 | 0.98 | 0.46 |
| Hex | 64 | 2 | EA | 39 | 63 | 0 | 8 | 109 | 62 | 2E |
| Octal | 144 | 2 | 352 | 71 | 143 | 0 | 10 | 411 | 142 | 56 |
| Binary | 1100100 | 10 | 11101010 | 111001 | 1100011 | 0 | 1000 | 100001001 | 1100010 | 101110 |
Color Harmonies of #6402EA
Complementary color
Monochromatic Colors of #6402EA
Black with #6402EA
Text Example
Text Example
White with #6402EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402EA; }
p { color: rgb(100,2,234); }
H1.HeaderClassName
{
color: #6402EA;
}
.AnyTagClassName
{
color: #6402EA;
}
</style>
background-color css
<style>
a { background-color: #6402EA; }
a { background-color: rgb(100,2,234); }
div.DivClassName
{
background-color: #6402EA;
}
.BgClassName
{
background-color: #6402EA;
}
</style>
border-color css
<style>
span { border-color: #6402EA; }
span { border-color: rgb(100,2,234); }
td.TdClassName
{
border-color: #6402EA;
}
.TagClassName
{
border-color: #6402EA;
}
</style>