Shades of Indigo #66098B
Tints of Indigo #66098B
RGB
CMYK
RGB Variations
Color information
#66098B (or 0x66098B) is known color: Indigo. HEX triplet: 66, 09 and 8B. RGB value is (102,9,139). Sum of RGB (Red+Green+Blue) = 102+9+139=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #66098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66098B is #99F674. Grayscale: #333333. Windows color (decimal): -10090101 or 9111910. OLE color: 9111910.
HSL color Cylindrical-coordinate representation of color #66098B: hue angle of 282.92º 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 #66098B is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 9 | 139 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.45 |
| HSL | 282.92º | 0.88% | 0.29% | - |
| HSV(B) | 282.92º | 0.94% | 0.55% | - |
| XYZ | 10.24 | 4.88 | 24.83 | - |
| YUV | 51.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 139 | 0.27 | 0.94 | 0 | 0.45 | 282.92 | 0.88 | 0.29 |
| Hex | 66 | 9 | 8B | 1B | 5E | 0 | 2D | 11B | 58 | 1D |
| Octal | 146 | 11 | 213 | 33 | 136 | 0 | 55 | 433 | 130 | 35 |
| Binary | 1100110 | 1001 | 10001011 | 11011 | 1011110 | 0 | 101101 | 100011011 | 1011000 | 11101 |
Color Harmonies of #66098B
Complementary color
Monochromatic Colors of #66098B
Black with #66098B
Text Example
Text Example
White with #66098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66098B; }
p { color: rgb(102,9,139); }
H1.HeaderClassName
{
color: #66098B;
}
.AnyTagClassName
{
color: #66098B;
}
</style>
background-color css
<style>
a { background-color: #66098B; }
a { background-color: rgb(102,9,139); }
div.DivClassName
{
background-color: #66098B;
}
.BgClassName
{
background-color: #66098B;
}
</style>
border-color css
<style>
span { border-color: #66098B; }
span { border-color: rgb(102,9,139); }
td.TdClassName
{
border-color: #66098B;
}
.TagClassName
{
border-color: #66098B;
}
</style>