Shades of Electric Indigo #660CDF
Tints of Electric Indigo #660CDF
RGB
CMYK
RGB Variations
Color information
#660CDF (or 0x660CDF) is known color: Electric Indigo. HEX triplet: 66, 0C and DF. RGB value is (102,12,223). Sum of RGB (Red+Green+Blue) = 102+12+223=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #660CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CDF is #99F320. Grayscale: #3E3E3E. Windows color (decimal): -10089249 or 14617702. OLE color: 14617702.
HSL color Cylindrical-coordinate representation of color #660CDF: hue angle of 265.59º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CDF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 12 | 223 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.13 |
| HSL | 265.59º | 0.9% | 0.46% | - |
| HSV(B) | 265.59º | 0.95% | 0.87% | - |
| XYZ | 18.93 | 8.42 | 70.44 | - |
| YUV | 62.96 | 218.32 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 223 | 0.54 | 0.95 | 0 | 0.13 | 265.59 | 0.9 | 0.46 |
| Hex | 66 | C | DF | 36 | 5F | 0 | D | 10A | 5A | 2E |
| Octal | 146 | 14 | 337 | 66 | 137 | 0 | 15 | 412 | 132 | 56 |
| Binary | 1100110 | 1100 | 11011111 | 110110 | 1011111 | 0 | 1101 | 100001010 | 1011010 | 101110 |
Color Harmonies of #660CDF
Complementary color
Monochromatic Colors of #660CDF
Black with #660CDF
Text Example
Text Example
White with #660CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CDF; }
p { color: rgb(102,12,223); }
H1.HeaderClassName
{
color: #660CDF;
}
.AnyTagClassName
{
color: #660CDF;
}
</style>
background-color css
<style>
a { background-color: #660CDF; }
a { background-color: rgb(102,12,223); }
div.DivClassName
{
background-color: #660CDF;
}
.BgClassName
{
background-color: #660CDF;
}
</style>
border-color css
<style>
span { border-color: #660CDF; }
span { border-color: rgb(102,12,223); }
td.TdClassName
{
border-color: #660CDF;
}
.TagClassName
{
border-color: #660CDF;
}
</style>