Shades of Indigo #66028F
Tints of Indigo #66028F
RGB
CMYK
RGB Variations
Color information
#66028F (or 0x66028F) is known color: Indigo. HEX triplet: 66, 02 and 8F. RGB value is (102,2,143). Sum of RGB (Red+Green+Blue) = 102+2+143=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #66028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66028F is #99FD70. Grayscale: #2F2F2F. Windows color (decimal): -10091889 or 9372262. OLE color: 9372262.
HSL color Cylindrical-coordinate representation of color #66028F: hue angle of 282.55º 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 #66028F is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 2 | 143 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.44 |
| HSL | 282.55º | 0.97% | 0.28% | - |
| HSV(B) | 282.55º | 0.99% | 0.56% | - |
| XYZ | 10.46 | 4.85 | 26.37 | - |
| YUV | 47.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 143 | 0.29 | 0.99 | 0 | 0.44 | 282.55 | 0.97 | 0.28 |
| Hex | 66 | 2 | 8F | 1D | 63 | 0 | 2C | 11B | 61 | 1C |
| Octal | 146 | 2 | 217 | 35 | 143 | 0 | 54 | 433 | 141 | 34 |
| Binary | 1100110 | 10 | 10001111 | 11101 | 1100011 | 0 | 101100 | 100011011 | 1100001 | 11100 |
Color Harmonies of #66028F
Complementary color
Monochromatic Colors of #66028F
Black with #66028F
Text Example
Text Example
White with #66028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66028F; }
p { color: rgb(102,2,143); }
H1.HeaderClassName
{
color: #66028F;
}
.AnyTagClassName
{
color: #66028F;
}
</style>
background-color css
<style>
a { background-color: #66028F; }
a { background-color: rgb(102,2,143); }
div.DivClassName
{
background-color: #66028F;
}
.BgClassName
{
background-color: #66028F;
}
</style>
border-color css
<style>
span { border-color: #66028F; }
span { border-color: rgb(102,2,143); }
td.TdClassName
{
border-color: #66028F;
}
.TagClassName
{
border-color: #66028F;
}
</style>