Shades of Indigo #66009F
Tints of Indigo #66009F
RGB
CMYK
RGB Variations
Color information
#66009F (or 0x66009F) is known color: Indigo. HEX triplet: 66, 00 and 9F. RGB value is (102,0,159). Sum of RGB (Red+Green+Blue) = 102+0+159=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #66009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66009F is #99FF60. Grayscale: #303030. Windows color (decimal): -10092385 or 10420326. OLE color: 10420326.
HSL color Cylindrical-coordinate representation of color #66009F: hue angle of 278.49º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66009F is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 0 | 159 | - |
| CMYK | 0.36 | 1 | 0 | 0.38 |
| HSL | 278.49º | 1% | 0.31% | - |
| HSV(B) | 278.49º | 1% | 0.62% | - |
| XYZ | 11.74 | 5.33 | 33.21 | - |
| YUV | 48.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 159 | 0.36 | 1 | 0 | 0.38 | 278.49 | 1 | 0.31 |
| Hex | 66 | 0 | 9F | 24 | 64 | 0 | 26 | 116 | 64 | 1F |
| Octal | 146 | 0 | 237 | 44 | 144 | 0 | 46 | 426 | 144 | 37 |
| Binary | 1100110 | 0 | 10011111 | 100100 | 1100100 | 0 | 100110 | 100010110 | 1100100 | 11111 |
Color Harmonies of #66009F
Complementary color
Monochromatic Colors of #66009F
Black with #66009F
Text Example
Text Example
White with #66009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66009F; }
p { color: rgb(102,0,159); }
H1.HeaderClassName
{
color: #66009F;
}
.AnyTagClassName
{
color: #66009F;
}
</style>
background-color css
<style>
a { background-color: #66009F; }
a { background-color: rgb(102,0,159); }
div.DivClassName
{
background-color: #66009F;
}
.BgClassName
{
background-color: #66009F;
}
</style>
border-color css
<style>
span { border-color: #66009F; }
span { border-color: rgb(102,0,159); }
td.TdClassName
{
border-color: #66009F;
}
.TagClassName
{
border-color: #66009F;
}
</style>