Shades of Electric Indigo #660CE5
Tints of Electric Indigo #660CE5
RGB
CMYK
RGB Variations
Color information
#660CE5 (or 0x660CE5) is known color: Electric Indigo. HEX triplet: 66, 0C and E5. RGB value is (102,12,229). Sum of RGB (Red+Green+Blue) = 102+12+229=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #660CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CE5 is #99F31A. Grayscale: #3E3E3E. Windows color (decimal): -10089243 or 15010918. OLE color: 15010918.
HSL color Cylindrical-coordinate representation of color #660CE5: hue angle of 264.88º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CE5 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 12 | 229 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.10 |
| HSL | 264.88º | 0.9% | 0.47% | - |
| HSV(B) | 264.88º | 0.95% | 0.9% | - |
| XYZ | 19.75 | 8.74 | 74.78 | - |
| YUV | 63.65 | 221.32 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 229 | 0.55 | 0.95 | 0 | 0.10 | 264.88 | 0.9 | 0.47 |
| Hex | 66 | C | E5 | 37 | 5F | 0 | A | 109 | 5A | 2F |
| Octal | 146 | 14 | 345 | 67 | 137 | 0 | 12 | 411 | 132 | 57 |
| Binary | 1100110 | 1100 | 11100101 | 110111 | 1011111 | 0 | 1010 | 100001001 | 1011010 | 101111 |
Color Harmonies of #660CE5
Complementary color
Monochromatic Colors of #660CE5
Black with #660CE5
Text Example
Text Example
White with #660CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CE5; }
p { color: rgb(102,12,229); }
H1.HeaderClassName
{
color: #660CE5;
}
.AnyTagClassName
{
color: #660CE5;
}
</style>
background-color css
<style>
a { background-color: #660CE5; }
a { background-color: rgb(102,12,229); }
div.DivClassName
{
background-color: #660CE5;
}
.BgClassName
{
background-color: #660CE5;
}
</style>
border-color css
<style>
span { border-color: #660CE5; }
span { border-color: rgb(102,12,229); }
td.TdClassName
{
border-color: #660CE5;
}
.TagClassName
{
border-color: #660CE5;
}
</style>