Shades of Electric Indigo #660BDA
Tints of Electric Indigo #660BDA
RGB
CMYK
RGB Variations
Color information
#660BDA (or 0x660BDA) is known color: Electric Indigo. HEX triplet: 66, 0B and DA. RGB value is (102,11,218). Sum of RGB (Red+Green+Blue) = 102+11+218=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #660BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BDA is #99F425. Grayscale: #3D3D3D. Windows color (decimal): -10089510 or 14289766. OLE color: 14289766.
HSL color Cylindrical-coordinate representation of color #660BDA: hue angle of 266.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660BDA is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 11 | 218 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.15 |
| HSL | 266.38º | 0.9% | 0.45% | - |
| HSV(B) | 266.38º | 0.95% | 0.85% | - |
| XYZ | 18.25 | 8.13 | 66.94 | - |
| YUV | 61.81 | 216.15 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 218 | 0.53 | 0.95 | 0 | 0.15 | 266.38 | 0.9 | 0.45 |
| Hex | 66 | B | DA | 35 | 5F | 0 | F | 10A | 5A | 2D |
| Octal | 146 | 13 | 332 | 65 | 137 | 0 | 17 | 412 | 132 | 55 |
| Binary | 1100110 | 1011 | 11011010 | 110101 | 1011111 | 0 | 1111 | 100001010 | 1011010 | 101101 |
Color Harmonies of #660BDA
Complementary color
Monochromatic Colors of #660BDA
Black with #660BDA
Text Example
Text Example
White with #660BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BDA; }
p { color: rgb(102,11,218); }
H1.HeaderClassName
{
color: #660BDA;
}
.AnyTagClassName
{
color: #660BDA;
}
</style>
background-color css
<style>
a { background-color: #660BDA; }
a { background-color: rgb(102,11,218); }
div.DivClassName
{
background-color: #660BDA;
}
.BgClassName
{
background-color: #660BDA;
}
</style>
border-color css
<style>
span { border-color: #660BDA; }
span { border-color: rgb(102,11,218); }
td.TdClassName
{
border-color: #660BDA;
}
.TagClassName
{
border-color: #660BDA;
}
</style>