Shades of Electric Indigo #660CE7
Tints of Electric Indigo #660CE7
RGB
CMYK
RGB Variations
Color information
#660CE7 (or 0x660CE7) is known color: Electric Indigo. HEX triplet: 66, 0C and E7. RGB value is (102,12,231). Sum of RGB (Red+Green+Blue) = 102+12+231=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 231 (90.62% from 255 or 66.96% from 345); Max value from RGB is 231 - color contains mainly: blue. Hex color #660CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CE7 is #99F318. Grayscale: #3F3F3F. Windows color (decimal): -10089241 or 15141990. OLE color: 15141990.
HSL color Cylindrical-coordinate representation of color #660CE7: hue angle of 264.66º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CE7 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 12 | 231 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.09 |
| HSL | 264.66º | 0.9% | 0.48% | - |
| HSV(B) | 264.66º | 0.95% | 0.91% | - |
| XYZ | 20.03 | 8.86 | 76.25 | - |
| YUV | 63.88 | 222.32 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 231 | 0.56 | 0.95 | 0 | 0.09 | 264.66 | 0.9 | 0.48 |
| Hex | 66 | C | E7 | 38 | 5F | 0 | 9 | 109 | 5A | 30 |
| Octal | 146 | 14 | 347 | 70 | 137 | 0 | 11 | 411 | 132 | 60 |
| Binary | 1100110 | 1100 | 11100111 | 111000 | 1011111 | 0 | 1001 | 100001001 | 1011010 | 110000 |
Color Harmonies of #660CE7
Complementary color
Monochromatic Colors of #660CE7
Black with #660CE7
Text Example
Text Example
White with #660CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CE7; }
p { color: rgb(102,12,231); }
H1.HeaderClassName
{
color: #660CE7;
}
.AnyTagClassName
{
color: #660CE7;
}
</style>
background-color css
<style>
a { background-color: #660CE7; }
a { background-color: rgb(102,12,231); }
div.DivClassName
{
background-color: #660CE7;
}
.BgClassName
{
background-color: #660CE7;
}
</style>
border-color css
<style>
span { border-color: #660CE7; }
span { border-color: rgb(102,12,231); }
td.TdClassName
{
border-color: #660CE7;
}
.TagClassName
{
border-color: #660CE7;
}
</style>