Shades of Indigo #66088C
Tints of Indigo #66088C
RGB
CMYK
RGB Variations
Color information
#66088C (or 0x66088C) is known color: Indigo. HEX triplet: 66, 08 and 8C. RGB value is (102,8,140). Sum of RGB (Red+Green+Blue) = 102+8+140=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #66088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66088C is #99F773. Grayscale: #323232. Windows color (decimal): -10090356 or 9177190. OLE color: 9177190.
HSL color Cylindrical-coordinate representation of color #66088C: hue angle of 282.73º 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 #66088C is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 8 | 140 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.45 |
| HSL | 282.73º | 0.89% | 0.29% | - |
| HSV(B) | 282.73º | 0.94% | 0.55% | - |
| XYZ | 10.3 | 4.89 | 25.21 | - |
| YUV | 51.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 140 | 0.27 | 0.94 | 0 | 0.45 | 282.73 | 0.89 | 0.29 |
| Hex | 66 | 8 | 8C | 1B | 5E | 0 | 2D | 11B | 59 | 1D |
| Octal | 146 | 10 | 214 | 33 | 136 | 0 | 55 | 433 | 131 | 35 |
| Binary | 1100110 | 1000 | 10001100 | 11011 | 1011110 | 0 | 101101 | 100011011 | 1011001 | 11101 |
Color Harmonies of #66088C
Complementary color
Monochromatic Colors of #66088C
Black with #66088C
Text Example
Text Example
White with #66088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66088C; }
p { color: rgb(102,8,140); }
H1.HeaderClassName
{
color: #66088C;
}
.AnyTagClassName
{
color: #66088C;
}
</style>
background-color css
<style>
a { background-color: #66088C; }
a { background-color: rgb(102,8,140); }
div.DivClassName
{
background-color: #66088C;
}
.BgClassName
{
background-color: #66088C;
}
</style>
border-color css
<style>
span { border-color: #66088C; }
span { border-color: rgb(102,8,140); }
td.TdClassName
{
border-color: #66088C;
}
.TagClassName
{
border-color: #66088C;
}
</style>