Shades of Electric Indigo #660CE1
Tints of Electric Indigo #660CE1
RGB
CMYK
RGB Variations
Color information
#660CE1 (or 0x660CE1) is known color: Electric Indigo. HEX triplet: 66, 0C and E1. RGB value is (102,12,225). Sum of RGB (Red+Green+Blue) = 102+12+225=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #660CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CE1 is #99F31E. Grayscale: #3E3E3E. Windows color (decimal): -10089247 or 14748774. OLE color: 14748774.
HSL color Cylindrical-coordinate representation of color #660CE1: hue angle of 265.35º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CE1 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 12 | 225 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.12 |
| HSL | 265.35º | 0.9% | 0.46% | - |
| HSV(B) | 265.35º | 0.95% | 0.88% | - |
| XYZ | 19.2 | 8.52 | 71.87 | - |
| YUV | 63.19 | 219.32 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 225 | 0.55 | 0.95 | 0 | 0.12 | 265.35 | 0.9 | 0.46 |
| Hex | 66 | C | E1 | 37 | 5F | 0 | C | 109 | 5A | 2E |
| Octal | 146 | 14 | 341 | 67 | 137 | 0 | 14 | 411 | 132 | 56 |
| Binary | 1100110 | 1100 | 11100001 | 110111 | 1011111 | 0 | 1100 | 100001001 | 1011010 | 101110 |
Color Harmonies of #660CE1
Complementary color
Monochromatic Colors of #660CE1
Black with #660CE1
Text Example
Text Example
White with #660CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CE1; }
p { color: rgb(102,12,225); }
H1.HeaderClassName
{
color: #660CE1;
}
.AnyTagClassName
{
color: #660CE1;
}
</style>
background-color css
<style>
a { background-color: #660CE1; }
a { background-color: rgb(102,12,225); }
div.DivClassName
{
background-color: #660CE1;
}
.BgClassName
{
background-color: #660CE1;
}
</style>
border-color css
<style>
span { border-color: #660CE1; }
span { border-color: rgb(102,12,225); }
td.TdClassName
{
border-color: #660CE1;
}
.TagClassName
{
border-color: #660CE1;
}
</style>