Shades of Indigo #66099F
Tints of Indigo #66099F
RGB
CMYK
RGB Variations
Color information
#66099F (or 0x66099F) is known color: Indigo. HEX triplet: 66, 09 and 9F. RGB value is (102,9,159). Sum of RGB (Red+Green+Blue) = 102+9+159=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #66099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66099F is #99F660. Grayscale: #353535. Windows color (decimal): -10090081 or 10422630. OLE color: 10422630.
HSL color Cylindrical-coordinate representation of color #66099F: hue angle of 277.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66099F is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 9 | 159 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.38 |
| HSL | 277.2º | 0.89% | 0.33% | - |
| HSV(B) | 277.2º | 0.94% | 0.62% | - |
| XYZ | 11.84 | 5.52 | 33.24 | - |
| YUV | 53.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 159 | 0.36 | 0.94 | 0 | 0.38 | 277.2 | 0.89 | 0.33 |
| Hex | 66 | 9 | 9F | 24 | 5E | 0 | 26 | 115 | 59 | 21 |
| Octal | 146 | 11 | 237 | 44 | 136 | 0 | 46 | 425 | 131 | 41 |
| Binary | 1100110 | 1001 | 10011111 | 100100 | 1011110 | 0 | 100110 | 100010101 | 1011001 | 100001 |
Color Harmonies of #66099F
Complementary color
Monochromatic Colors of #66099F
Black with #66099F
Text Example
Text Example
White with #66099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66099F; }
p { color: rgb(102,9,159); }
H1.HeaderClassName
{
color: #66099F;
}
.AnyTagClassName
{
color: #66099F;
}
</style>
background-color css
<style>
a { background-color: #66099F; }
a { background-color: rgb(102,9,159); }
div.DivClassName
{
background-color: #66099F;
}
.BgClassName
{
background-color: #66099F;
}
</style>
border-color css
<style>
span { border-color: #66099F; }
span { border-color: rgb(102,9,159); }
td.TdClassName
{
border-color: #66099F;
}
.TagClassName
{
border-color: #66099F;
}
</style>