Shades of Electric Indigo #6402E0
Tints of Electric Indigo #6402E0
RGB
CMYK
RGB Variations
Color information
#6402E0 (or 0x6402E0) is known color: Electric Indigo. HEX triplet: 64, 02 and E0. RGB value is (100,2,224). Sum of RGB (Red+Green+Blue) = 100+2+224=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #6402E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402E0 is #9BFD1F. Grayscale: #373737. Windows color (decimal): -10222880 or 14680676. OLE color: 14680676.
HSL color Cylindrical-coordinate representation of color #6402E0: hue angle of 266.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402E0 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 2 | 224 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.12 |
| HSL | 266.49º | 0.98% | 0.44% | - |
| HSV(B) | 266.49º | 0.99% | 0.88% | - |
| XYZ | 18.73 | 8.13 | 71.1 | - |
| YUV | 56.61 | 222.47 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 224 | 0.55 | 0.99 | 0 | 0.12 | 266.49 | 0.98 | 0.44 |
| Hex | 64 | 2 | E0 | 37 | 63 | 0 | C | 10A | 62 | 2C |
| Octal | 144 | 2 | 340 | 67 | 143 | 0 | 14 | 412 | 142 | 54 |
| Binary | 1100100 | 10 | 11100000 | 110111 | 1100011 | 0 | 1100 | 100001010 | 1100010 | 101100 |
Color Harmonies of #6402E0
Complementary color
Monochromatic Colors of #6402E0
Black with #6402E0
Text Example
Text Example
White with #6402E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402E0; }
p { color: rgb(100,2,224); }
H1.HeaderClassName
{
color: #6402E0;
}
.AnyTagClassName
{
color: #6402E0;
}
</style>
background-color css
<style>
a { background-color: #6402E0; }
a { background-color: rgb(100,2,224); }
div.DivClassName
{
background-color: #6402E0;
}
.BgClassName
{
background-color: #6402E0;
}
</style>
border-color css
<style>
span { border-color: #6402E0; }
span { border-color: rgb(100,2,224); }
td.TdClassName
{
border-color: #6402E0;
}
.TagClassName
{
border-color: #6402E0;
}
</style>