Shades of Indigo #660B8F
Tints of Indigo #660B8F
RGB
CMYK
RGB Variations
Color information
#660B8F (or 0x660B8F) is known color: Indigo. HEX triplet: 66, 0B and 8F. RGB value is (102,11,143). Sum of RGB (Red+Green+Blue) = 102+11+143=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #660B8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660B8F is #99F470. Grayscale: #343434. Windows color (decimal): -10089585 or 9374566. OLE color: 9374566.
HSL color Cylindrical-coordinate representation of color #660B8F: hue angle of 281.36º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660B8F is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 11 | 143 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.44 |
| HSL | 281.36º | 0.86% | 0.3% | - |
| HSV(B) | 281.36º | 0.92% | 0.56% | - |
| XYZ | 10.56 | 5.05 | 26.4 | - |
| YUV | 53.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 143 | 0.29 | 0.92 | 0 | 0.44 | 281.36 | 0.86 | 0.3 |
| Hex | 66 | B | 8F | 1D | 5C | 0 | 2C | 119 | 56 | 1E |
| Octal | 146 | 13 | 217 | 35 | 134 | 0 | 54 | 431 | 126 | 36 |
| Binary | 1100110 | 1011 | 10001111 | 11101 | 1011100 | 0 | 101100 | 100011001 | 1010110 | 11110 |
Color Harmonies of #660B8F
Complementary color
Monochromatic Colors of #660B8F
Black with #660B8F
Text Example
Text Example
White with #660B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B8F; }
p { color: rgb(102,11,143); }
H1.HeaderClassName
{
color: #660B8F;
}
.AnyTagClassName
{
color: #660B8F;
}
</style>
background-color css
<style>
a { background-color: #660B8F; }
a { background-color: rgb(102,11,143); }
div.DivClassName
{
background-color: #660B8F;
}
.BgClassName
{
background-color: #660B8F;
}
</style>
border-color css
<style>
span { border-color: #660B8F; }
span { border-color: rgb(102,11,143); }
td.TdClassName
{
border-color: #660B8F;
}
.TagClassName
{
border-color: #660B8F;
}
</style>