Shades of Electric Indigo #660CEA
Tints of Electric Indigo #660CEA
RGB
CMYK
RGB Variations
Color information
#660CEA (or 0x660CEA) is known color: Electric Indigo. HEX triplet: 66, 0C and EA. RGB value is (102,12,234). Sum of RGB (Red+Green+Blue) = 102+12+234=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #660CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CEA is #99F315. Grayscale: #3F3F3F. Windows color (decimal): -10089238 or 15338598. OLE color: 15338598.
HSL color Cylindrical-coordinate representation of color #660CEA: hue angle of 264.32º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CEA is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 12 | 234 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.08 |
| HSL | 264.32º | 0.9% | 0.48% | - |
| HSV(B) | 264.32º | 0.95% | 0.92% | - |
| XYZ | 20.46 | 9.03 | 78.51 | - |
| YUV | 64.22 | 223.82 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 234 | 0.56 | 0.95 | 0 | 0.08 | 264.32 | 0.9 | 0.48 |
| Hex | 66 | C | EA | 38 | 5F | 0 | 8 | 108 | 5A | 30 |
| Octal | 146 | 14 | 352 | 70 | 137 | 0 | 10 | 410 | 132 | 60 |
| Binary | 1100110 | 1100 | 11101010 | 111000 | 1011111 | 0 | 1000 | 100001000 | 1011010 | 110000 |
Color Harmonies of #660CEA
Complementary color
Monochromatic Colors of #660CEA
Black with #660CEA
Text Example
Text Example
White with #660CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CEA; }
p { color: rgb(102,12,234); }
H1.HeaderClassName
{
color: #660CEA;
}
.AnyTagClassName
{
color: #660CEA;
}
</style>
background-color css
<style>
a { background-color: #660CEA; }
a { background-color: rgb(102,12,234); }
div.DivClassName
{
background-color: #660CEA;
}
.BgClassName
{
background-color: #660CEA;
}
</style>
border-color css
<style>
span { border-color: #660CEA; }
span { border-color: rgb(102,12,234); }
td.TdClassName
{
border-color: #660CEA;
}
.TagClassName
{
border-color: #660CEA;
}
</style>