Shades of Indigo #660D88
Tints of Indigo #660D88
RGB
CMYK
RGB Variations
Color information
#660D88 (or 0x660D88) is known color: Indigo. HEX triplet: 66, 0D and 88. RGB value is (102,13,136). Sum of RGB (Red+Green+Blue) = 102+13+136=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #660D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660D88 is #99F277. Grayscale: #353535. Windows color (decimal): -10089080 or 8916326. OLE color: 8916326.
HSL color Cylindrical-coordinate representation of color #660D88: hue angle of 283.41º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660D88 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 13 | 136 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.47 |
| HSL | 283.41º | 0.83% | 0.29% | - |
| HSV(B) | 283.41º | 0.9% | 0.53% | - |
| XYZ | 10.07 | 4.89 | 23.71 | - |
| YUV | 53.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 136 | 0.25 | 0.90 | 0 | 0.47 | 283.41 | 0.83 | 0.29 |
| Hex | 66 | D | 88 | 19 | 5A | 0 | 2F | 11B | 53 | 1D |
| Octal | 146 | 15 | 210 | 31 | 132 | 0 | 57 | 433 | 123 | 35 |
| Binary | 1100110 | 1101 | 10001000 | 11001 | 1011010 | 0 | 101111 | 100011011 | 1010011 | 11101 |
Color Harmonies of #660D88
Complementary color
Monochromatic Colors of #660D88
Black with #660D88
Text Example
Text Example
White with #660D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D88; }
p { color: rgb(102,13,136); }
H1.HeaderClassName
{
color: #660D88;
}
.AnyTagClassName
{
color: #660D88;
}
</style>
background-color css
<style>
a { background-color: #660D88; }
a { background-color: rgb(102,13,136); }
div.DivClassName
{
background-color: #660D88;
}
.BgClassName
{
background-color: #660D88;
}
</style>
border-color css
<style>
span { border-color: #660D88; }
span { border-color: rgb(102,13,136); }
td.TdClassName
{
border-color: #660D88;
}
.TagClassName
{
border-color: #660D88;
}
</style>