Shades of Indigo #66158B
Tints of Indigo #66158B
RGB
CMYK
RGB Variations
Color information
#66158B (or 0x66158B) is known color: Indigo. HEX triplet: 66, 15 and 8B. RGB value is (102,21,139). Sum of RGB (Red+Green+Blue) = 102+21+139=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #66158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66158B is #99EA74. Grayscale: #3A3A3A. Windows color (decimal): -10087029 or 9114982. OLE color: 9114982.
HSL color Cylindrical-coordinate representation of color #66158B: hue angle of 281.19º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66158B is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 21 | 139 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.45 |
| HSL | 281.19º | 0.74% | 0.31% | - |
| HSV(B) | 281.19º | 0.85% | 0.55% | - |
| XYZ | 10.41 | 5.23 | 24.89 | - |
| YUV | 58.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 139 | 0.27 | 0.85 | 0 | 0.45 | 281.19 | 0.74 | 0.31 |
| Hex | 66 | 15 | 8B | 1B | 55 | 0 | 2D | 119 | 4A | 1F |
| Octal | 146 | 25 | 213 | 33 | 125 | 0 | 55 | 431 | 112 | 37 |
| Binary | 1100110 | 10101 | 10001011 | 11011 | 1010101 | 0 | 101101 | 100011001 | 1001010 | 11111 |
Color Harmonies of #66158B
Complementary color
Monochromatic Colors of #66158B
Black with #66158B
Text Example
Text Example
White with #66158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66158B; }
p { color: rgb(102,21,139); }
H1.HeaderClassName
{
color: #66158B;
}
.AnyTagClassName
{
color: #66158B;
}
</style>
background-color css
<style>
a { background-color: #66158B; }
a { background-color: rgb(102,21,139); }
div.DivClassName
{
background-color: #66158B;
}
.BgClassName
{
background-color: #66158B;
}
</style>
border-color css
<style>
span { border-color: #66158B; }
span { border-color: rgb(102,21,139); }
td.TdClassName
{
border-color: #66158B;
}
.TagClassName
{
border-color: #66158B;
}
</style>