Shades of Indigo #660D92
Tints of Indigo #660D92
RGB
CMYK
RGB Variations
Color information
#660D92 (or 0x660D92) is known color: Indigo. HEX triplet: 66, 0D and 92. RGB value is (102,13,146). Sum of RGB (Red+Green+Blue) = 102+13+146=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #660D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660D92 is #99F26D. Grayscale: #363636. Windows color (decimal): -10089070 or 9571686. OLE color: 9571686.
HSL color Cylindrical-coordinate representation of color #660D92: hue angle of 280.15º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660D92 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 13 | 146 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.43 |
| HSL | 280.15º | 0.84% | 0.31% | - |
| HSV(B) | 280.15º | 0.91% | 0.57% | - |
| XYZ | 10.81 | 5.19 | 27.63 | - |
| YUV | 54.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 146 | 0.30 | 0.91 | 0 | 0.43 | 280.15 | 0.84 | 0.31 |
| Hex | 66 | D | 92 | 1E | 5B | 0 | 2B | 118 | 54 | 1F |
| Octal | 146 | 15 | 222 | 36 | 133 | 0 | 53 | 430 | 124 | 37 |
| Binary | 1100110 | 1101 | 10010010 | 11110 | 1011011 | 0 | 101011 | 100011000 | 1010100 | 11111 |
Color Harmonies of #660D92
Complementary color
Monochromatic Colors of #660D92
Black with #660D92
Text Example
Text Example
White with #660D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D92; }
p { color: rgb(102,13,146); }
H1.HeaderClassName
{
color: #660D92;
}
.AnyTagClassName
{
color: #660D92;
}
</style>
background-color css
<style>
a { background-color: #660D92; }
a { background-color: rgb(102,13,146); }
div.DivClassName
{
background-color: #660D92;
}
.BgClassName
{
background-color: #660D92;
}
</style>
border-color css
<style>
span { border-color: #660D92; }
span { border-color: rgb(102,13,146); }
td.TdClassName
{
border-color: #660D92;
}
.TagClassName
{
border-color: #660D92;
}
</style>