Shades of Indigo #66028E
Tints of Indigo #66028E
RGB
CMYK
RGB Variations
Color information
#66028E (or 0x66028E) is known color: Indigo. HEX triplet: 66, 02 and 8E. RGB value is (102,2,142). Sum of RGB (Red+Green+Blue) = 102+2+142=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #66028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66028E is #99FD71. Grayscale: #2F2F2F. Windows color (decimal): -10091890 or 9306726. OLE color: 9306726.
HSL color Cylindrical-coordinate representation of color #66028E: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66028E is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 2 | 142 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.44 |
| HSL | 282.86º | 0.97% | 0.28% | - |
| HSV(B) | 282.86º | 0.99% | 0.56% | - |
| XYZ | 10.38 | 4.82 | 25.97 | - |
| YUV | 47.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 142 | 0.28 | 0.99 | 0 | 0.44 | 282.86 | 0.97 | 0.28 |
| Hex | 66 | 2 | 8E | 1C | 63 | 0 | 2C | 11B | 61 | 1C |
| Octal | 146 | 2 | 216 | 34 | 143 | 0 | 54 | 433 | 141 | 34 |
| Binary | 1100110 | 10 | 10001110 | 11100 | 1100011 | 0 | 101100 | 100011011 | 1100001 | 11100 |
Color Harmonies of #66028E
Complementary color
Monochromatic Colors of #66028E
Black with #66028E
Text Example
Text Example
White with #66028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66028E; }
p { color: rgb(102,2,142); }
H1.HeaderClassName
{
color: #66028E;
}
.AnyTagClassName
{
color: #66028E;
}
</style>
background-color css
<style>
a { background-color: #66028E; }
a { background-color: rgb(102,2,142); }
div.DivClassName
{
background-color: #66028E;
}
.BgClassName
{
background-color: #66028E;
}
</style>
border-color css
<style>
span { border-color: #66028E; }
span { border-color: rgb(102,2,142); }
td.TdClassName
{
border-color: #66028E;
}
.TagClassName
{
border-color: #66028E;
}
</style>