Shades of Electric Indigo #6000E3
Tints of Electric Indigo #6000E3
RGB
CMYK
RGB Variations
Color information
#6000E3 (or 0x6000E3) is known color: Electric Indigo. HEX triplet: 60, 00 and E3. RGB value is (96,0,227). Sum of RGB (Red+Green+Blue) = 96+0+227=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #6000E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000E3 is #9FFF1C. Grayscale: #353535. Windows color (decimal): -10485533 or 14876768. OLE color: 14876768.
HSL color Cylindrical-coordinate representation of color #6000E3: hue angle of 265.37º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000E3 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 0 | 227 | - |
| CMYK | 0.58 | 1 | 0 | 0.11 |
| HSL | 265.37º | 1% | 0.45% | - |
| HSV(B) | 265.37º | 1% | 0.89% | - |
| XYZ | 18.69 | 8.03 | 73.24 | - |
| YUV | 54.58 | 225.3 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 227 | 0.58 | 1 | 0 | 0.11 | 265.37 | 1 | 0.45 |
| Hex | 60 | 0 | E3 | 3A | 64 | 0 | B | 109 | 64 | 2D |
| Octal | 140 | 0 | 343 | 72 | 144 | 0 | 13 | 411 | 144 | 55 |
| Binary | 1100000 | 0 | 11100011 | 111010 | 1100100 | 0 | 1011 | 100001001 | 1100100 | 101101 |
Color Harmonies of #6000E3
Complementary color
Monochromatic Colors of #6000E3
Black with #6000E3
Text Example
Text Example
White with #6000E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000E3; }
p { color: rgb(96,0,227); }
H1.HeaderClassName
{
color: #6000E3;
}
.AnyTagClassName
{
color: #6000E3;
}
</style>
background-color css
<style>
a { background-color: #6000E3; }
a { background-color: rgb(96,0,227); }
div.DivClassName
{
background-color: #6000E3;
}
.BgClassName
{
background-color: #6000E3;
}
</style>
border-color css
<style>
span { border-color: #6000E3; }
span { border-color: rgb(96,0,227); }
td.TdClassName
{
border-color: #6000E3;
}
.TagClassName
{
border-color: #6000E3;
}
</style>