Shades of Electric Indigo #6405E5
Tints of Electric Indigo #6405E5
RGB
CMYK
RGB Variations
Color information
#6405E5 (or 0x6405E5) is known color: Electric Indigo. HEX triplet: 64, 05 and E5. RGB value is (100,5,229). Sum of RGB (Red+Green+Blue) = 100+5+229=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 229 (89.84% from 255 or 68.56% from 334); Max value from RGB is 229 - color contains mainly: blue. Hex color #6405E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6405E5 is #9BFA1A. Grayscale: #3A3A3A. Windows color (decimal): -10222107 or 15009124. OLE color: 15009124.
HSL color Cylindrical-coordinate representation of color #6405E5: hue angle of 265.45º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405E5 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 5 | 229 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.10 |
| HSL | 265.45º | 0.96% | 0.46% | - |
| HSV(B) | 265.45º | 0.98% | 0.9% | - |
| XYZ | 19.45 | 8.48 | 74.74 | - |
| YUV | 58.94 | 223.97 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 229 | 0.56 | 0.98 | 0 | 0.10 | 265.45 | 0.96 | 0.46 |
| Hex | 64 | 5 | E5 | 38 | 62 | 0 | A | 109 | 60 | 2E |
| Octal | 144 | 5 | 345 | 70 | 142 | 0 | 12 | 411 | 140 | 56 |
| Binary | 1100100 | 101 | 11100101 | 111000 | 1100010 | 0 | 1010 | 100001001 | 1100000 | 101110 |
Color Harmonies of #6405E5
Complementary color
Monochromatic Colors of #6405E5
Black with #6405E5
Text Example
Text Example
White with #6405E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405E5; }
p { color: rgb(100,5,229); }
H1.HeaderClassName
{
color: #6405E5;
}
.AnyTagClassName
{
color: #6405E5;
}
</style>
background-color css
<style>
a { background-color: #6405E5; }
a { background-color: rgb(100,5,229); }
div.DivClassName
{
background-color: #6405E5;
}
.BgClassName
{
background-color: #6405E5;
}
</style>
border-color css
<style>
span { border-color: #6405E5; }
span { border-color: rgb(100,5,229); }
td.TdClassName
{
border-color: #6405E5;
}
.TagClassName
{
border-color: #6405E5;
}
</style>