Shades of Electric Indigo #6005E4
Tints of Electric Indigo #6005E4
RGB
CMYK
RGB Variations
Color information
#6005E4 (or 0x6005E4) is known color: Electric Indigo. HEX triplet: 60, 05 and E4. RGB value is (96,5,228). Sum of RGB (Red+Green+Blue) = 96+5+228=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 228 (89.45% from 255 or 69.30% from 329); Max value from RGB is 228 - color contains mainly: blue. Hex color #6005E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6005E4 is #9FFA1B. Grayscale: #383838. Windows color (decimal): -10484252 or 14943584. OLE color: 14943584.
HSL color Cylindrical-coordinate representation of color #6005E4: hue angle of 264.48º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6005E4 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 5 | 228 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.11 |
| HSL | 264.48º | 0.96% | 0.46% | - |
| HSV(B) | 264.48º | 0.98% | 0.89% | - |
| XYZ | 18.88 | 8.2 | 73.99 | - |
| YUV | 57.63 | 224.15 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 228 | 0.58 | 0.98 | 0 | 0.11 | 264.48 | 0.96 | 0.46 |
| Hex | 60 | 5 | E4 | 3A | 62 | 0 | B | 108 | 60 | 2E |
| Octal | 140 | 5 | 344 | 72 | 142 | 0 | 13 | 410 | 140 | 56 |
| Binary | 1100000 | 101 | 11100100 | 111010 | 1100010 | 0 | 1011 | 100001000 | 1100000 | 101110 |
Color Harmonies of #6005E4
Complementary color
Monochromatic Colors of #6005E4
Black with #6005E4
Text Example
Text Example
White with #6005E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6005E4; }
p { color: rgb(96,5,228); }
H1.HeaderClassName
{
color: #6005E4;
}
.AnyTagClassName
{
color: #6005E4;
}
</style>
background-color css
<style>
a { background-color: #6005E4; }
a { background-color: rgb(96,5,228); }
div.DivClassName
{
background-color: #6005E4;
}
.BgClassName
{
background-color: #6005E4;
}
</style>
border-color css
<style>
span { border-color: #6005E4; }
span { border-color: rgb(96,5,228); }
td.TdClassName
{
border-color: #6005E4;
}
.TagClassName
{
border-color: #6005E4;
}
</style>