Shades of Indigo #66098F
Tints of Indigo #66098F
RGB
CMYK
RGB Variations
Color information
#66098F (or 0x66098F) is known color: Indigo. HEX triplet: 66, 09 and 8F. RGB value is (102,9,143). Sum of RGB (Red+Green+Blue) = 102+9+143=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #66098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66098F is #99F670. Grayscale: #333333. Windows color (decimal): -10090097 or 9374054. OLE color: 9374054.
HSL color Cylindrical-coordinate representation of color #66098F: hue angle of 281.64º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66098F is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 9 | 143 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.44 |
| HSL | 281.64º | 0.88% | 0.3% | - |
| HSV(B) | 281.64º | 0.94% | 0.56% | - |
| XYZ | 10.54 | 5 | 26.4 | - |
| YUV | 52.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 143 | 0.29 | 0.94 | 0 | 0.44 | 281.64 | 0.88 | 0.3 |
| Hex | 66 | 9 | 8F | 1D | 5E | 0 | 2C | 11A | 58 | 1E |
| Octal | 146 | 11 | 217 | 35 | 136 | 0 | 54 | 432 | 130 | 36 |
| Binary | 1100110 | 1001 | 10001111 | 11101 | 1011110 | 0 | 101100 | 100011010 | 1011000 | 11110 |
Color Harmonies of #66098F
Complementary color
Monochromatic Colors of #66098F
Black with #66098F
Text Example
Text Example
White with #66098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66098F; }
p { color: rgb(102,9,143); }
H1.HeaderClassName
{
color: #66098F;
}
.AnyTagClassName
{
color: #66098F;
}
</style>
background-color css
<style>
a { background-color: #66098F; }
a { background-color: rgb(102,9,143); }
div.DivClassName
{
background-color: #66098F;
}
.BgClassName
{
background-color: #66098F;
}
</style>
border-color css
<style>
span { border-color: #66098F; }
span { border-color: rgb(102,9,143); }
td.TdClassName
{
border-color: #66098F;
}
.TagClassName
{
border-color: #66098F;
}
</style>