Shades of Indigo #66098D
Tints of Indigo #66098D
RGB
CMYK
RGB Variations
Color information
#66098D (or 0x66098D) is known color: Indigo. HEX triplet: 66, 09 and 8D. RGB value is (102,9,141). Sum of RGB (Red+Green+Blue) = 102+9+141=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #66098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66098D is #99F672. Grayscale: #333333. Windows color (decimal): -10090099 or 9242982. OLE color: 9242982.
HSL color Cylindrical-coordinate representation of color #66098D: hue angle of 282.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66098D is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 9 | 141 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.45 |
| HSL | 282.27º | 0.88% | 0.29% | - |
| HSV(B) | 282.27º | 0.94% | 0.55% | - |
| XYZ | 10.38 | 4.94 | 25.61 | - |
| YUV | 51.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 141 | 0.28 | 0.94 | 0 | 0.45 | 282.27 | 0.88 | 0.29 |
| Hex | 66 | 9 | 8D | 1C | 5E | 0 | 2D | 11A | 58 | 1D |
| Octal | 146 | 11 | 215 | 34 | 136 | 0 | 55 | 432 | 130 | 35 |
| Binary | 1100110 | 1001 | 10001101 | 11100 | 1011110 | 0 | 101101 | 100011010 | 1011000 | 11101 |
Color Harmonies of #66098D
Complementary color
Monochromatic Colors of #66098D
Black with #66098D
Text Example
Text Example
White with #66098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66098D; }
p { color: rgb(102,9,141); }
H1.HeaderClassName
{
color: #66098D;
}
.AnyTagClassName
{
color: #66098D;
}
</style>
background-color css
<style>
a { background-color: #66098D; }
a { background-color: rgb(102,9,141); }
div.DivClassName
{
background-color: #66098D;
}
.BgClassName
{
background-color: #66098D;
}
</style>
border-color css
<style>
span { border-color: #66098D; }
span { border-color: rgb(102,9,141); }
td.TdClassName
{
border-color: #66098D;
}
.TagClassName
{
border-color: #66098D;
}
</style>