Shades of Indigo #66029D
Tints of Indigo #66029D
RGB
CMYK
RGB Variations
Color information
#66029D (or 0x66029D) is known color: Indigo. HEX triplet: 66, 02 and 9D. RGB value is (102,2,157). Sum of RGB (Red+Green+Blue) = 102+2+157=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #66029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66029D is #99FD62. Grayscale: #313131. Windows color (decimal): -10091875 or 10289766. OLE color: 10289766.
HSL color Cylindrical-coordinate representation of color #66029D: hue angle of 278.71º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66029D is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 2 | 157 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.38 |
| HSL | 278.71º | 0.97% | 0.31% | - |
| HSV(B) | 278.71º | 0.99% | 0.62% | - |
| XYZ | 11.59 | 5.3 | 32.31 | - |
| YUV | 49.57 | 188.63 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 157 | 0.35 | 0.99 | 0 | 0.38 | 278.71 | 0.97 | 0.31 |
| Hex | 66 | 2 | 9D | 23 | 63 | 0 | 26 | 117 | 61 | 1F |
| Octal | 146 | 2 | 235 | 43 | 143 | 0 | 46 | 427 | 141 | 37 |
| Binary | 1100110 | 10 | 10011101 | 100011 | 1100011 | 0 | 100110 | 100010111 | 1100001 | 11111 |
Color Harmonies of #66029D
Complementary color
Monochromatic Colors of #66029D
Black with #66029D
Text Example
Text Example
White with #66029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66029D; }
p { color: rgb(102,2,157); }
H1.HeaderClassName
{
color: #66029D;
}
.AnyTagClassName
{
color: #66029D;
}
</style>
background-color css
<style>
a { background-color: #66029D; }
a { background-color: rgb(102,2,157); }
div.DivClassName
{
background-color: #66029D;
}
.BgClassName
{
background-color: #66029D;
}
</style>
border-color css
<style>
span { border-color: #66029D; }
span { border-color: rgb(102,2,157); }
td.TdClassName
{
border-color: #66029D;
}
.TagClassName
{
border-color: #66029D;
}
</style>