Shades of Electric Indigo #6402E4
Tints of Electric Indigo #6402E4
RGB
CMYK
RGB Variations
Color information
#6402E4 (or 0x6402E4) is known color: Electric Indigo. HEX triplet: 64, 02 and E4. RGB value is (100,2,228). Sum of RGB (Red+Green+Blue) = 100+2+228=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 228 (89.45% from 255 or 69.09% from 330); Max value from RGB is 228 - color contains mainly: blue. Hex color #6402E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402E4 is #9BFD1B. Grayscale: #383838. Windows color (decimal): -10222876 or 14942820. OLE color: 14942820.
HSL color Cylindrical-coordinate representation of color #6402E4: hue angle of 266.02º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402E4 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 2 | 228 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.11 |
| HSL | 266.02º | 0.98% | 0.45% | - |
| HSV(B) | 266.02º | 0.99% | 0.89% | - |
| XYZ | 19.28 | 8.35 | 74 | - |
| YUV | 57.07 | 224.47 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 228 | 0.56 | 0.99 | 0 | 0.11 | 266.02 | 0.98 | 0.45 |
| Hex | 64 | 2 | E4 | 38 | 63 | 0 | B | 10A | 62 | 2D |
| Octal | 144 | 2 | 344 | 70 | 143 | 0 | 13 | 412 | 142 | 55 |
| Binary | 1100100 | 10 | 11100100 | 111000 | 1100011 | 0 | 1011 | 100001010 | 1100010 | 101101 |
Color Harmonies of #6402E4
Complementary color
Monochromatic Colors of #6402E4
Black with #6402E4
Text Example
Text Example
White with #6402E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402E4; }
p { color: rgb(100,2,228); }
H1.HeaderClassName
{
color: #6402E4;
}
.AnyTagClassName
{
color: #6402E4;
}
</style>
background-color css
<style>
a { background-color: #6402E4; }
a { background-color: rgb(100,2,228); }
div.DivClassName
{
background-color: #6402E4;
}
.BgClassName
{
background-color: #6402E4;
}
</style>
border-color css
<style>
span { border-color: #6402E4; }
span { border-color: rgb(100,2,228); }
td.TdClassName
{
border-color: #6402E4;
}
.TagClassName
{
border-color: #6402E4;
}
</style>