Shades of Electric Indigo #6402FA
Tints of Electric Indigo #6402FA
RGB
CMYK
RGB Variations
Color information
#6402FA (or 0x6402FA) is known color: Electric Indigo. HEX triplet: 64, 02 and FA. RGB value is (100,2,250). Sum of RGB (Red+Green+Blue) = 100+2+250=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #6402FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402FA is #9BFD05. Grayscale: #3A3A3A. Windows color (decimal): -10222854 or 16384612. OLE color: 16384612.
HSL color Cylindrical-coordinate representation of color #6402FA: hue angle of 263.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402FA is Cyan = 0.6, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 2 | 250 | - |
| CMYK | 0.6 | 0.99 | 0 | 0.02 |
| HSL | 263.71º | 0.98% | 0.49% | - |
| HSV(B) | 263.71º | 0.99% | 0.98% | - |
| XYZ | 22.53 | 9.65 | 91.12 | - |
| YUV | 59.57 | 235.47 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 250 | 0.6 | 0.99 | 0 | 0.02 | 263.71 | 0.98 | 0.49 |
| Hex | 64 | 2 | FA | 3C | 63 | 0 | 2 | 108 | 62 | 31 |
| Octal | 144 | 2 | 372 | 74 | 143 | 0 | 2 | 410 | 142 | 61 |
| Binary | 1100100 | 10 | 11111010 | 111100 | 1100011 | 0 | 10 | 100001000 | 1100010 | 110001 |
Color Harmonies of #6402FA
Complementary color
Monochromatic Colors of #6402FA
Black with #6402FA
Text Example
Text Example
White with #6402FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402FA; }
p { color: rgb(100,2,250); }
H1.HeaderClassName
{
color: #6402FA;
}
.AnyTagClassName
{
color: #6402FA;
}
</style>
background-color css
<style>
a { background-color: #6402FA; }
a { background-color: rgb(100,2,250); }
div.DivClassName
{
background-color: #6402FA;
}
.BgClassName
{
background-color: #6402FA;
}
</style>
border-color css
<style>
span { border-color: #6402FA; }
span { border-color: rgb(100,2,250); }
td.TdClassName
{
border-color: #6402FA;
}
.TagClassName
{
border-color: #6402FA;
}
</style>