Shades of Indigo #66088B
Tints of Indigo #66088B
RGB
CMYK
RGB Variations
Color information
#66088B (or 0x66088B) is known color: Indigo. HEX triplet: 66, 08 and 8B. RGB value is (102,8,139). Sum of RGB (Red+Green+Blue) = 102+8+139=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #66088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66088B is #99F774. Grayscale: #323232. Windows color (decimal): -10090357 or 9111654. OLE color: 9111654.
HSL color Cylindrical-coordinate representation of color #66088B: hue angle of 283.05º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66088B is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 8 | 139 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.45 |
| HSL | 283.05º | 0.89% | 0.29% | - |
| HSV(B) | 283.05º | 0.94% | 0.55% | - |
| XYZ | 10.23 | 4.86 | 24.83 | - |
| YUV | 51.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 139 | 0.27 | 0.94 | 0 | 0.45 | 283.05 | 0.89 | 0.29 |
| Hex | 66 | 8 | 8B | 1B | 5E | 0 | 2D | 11B | 59 | 1D |
| Octal | 146 | 10 | 213 | 33 | 136 | 0 | 55 | 433 | 131 | 35 |
| Binary | 1100110 | 1000 | 10001011 | 11011 | 1011110 | 0 | 101101 | 100011011 | 1011001 | 11101 |
Color Harmonies of #66088B
Complementary color
Monochromatic Colors of #66088B
Black with #66088B
Text Example
Text Example
White with #66088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66088B; }
p { color: rgb(102,8,139); }
H1.HeaderClassName
{
color: #66088B;
}
.AnyTagClassName
{
color: #66088B;
}
</style>
background-color css
<style>
a { background-color: #66088B; }
a { background-color: rgb(102,8,139); }
div.DivClassName
{
background-color: #66088B;
}
.BgClassName
{
background-color: #66088B;
}
</style>
border-color css
<style>
span { border-color: #66088B; }
span { border-color: rgb(102,8,139); }
td.TdClassName
{
border-color: #66088B;
}
.TagClassName
{
border-color: #66088B;
}
</style>