Shades of Indigo #66008F
Tints of Indigo #66008F
RGB
CMYK
RGB Variations
Color information
#66008F (or 0x66008F) is known color: Indigo. HEX triplet: 66, 00 and 8F. RGB value is (102,0,143). Sum of RGB (Red+Green+Blue) = 102+0+143=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #66008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66008F is #99FF70. Grayscale: #2E2E2E. Windows color (decimal): -10092401 or 9371750. OLE color: 9371750.
HSL color Cylindrical-coordinate representation of color #66008F: hue angle of 282.8º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66008F is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 0 | 143 | - |
| CMYK | 0.29 | 1 | 0 | 0.44 |
| HSL | 282.8º | 1% | 0.28% | - |
| HSV(B) | 282.8º | 1% | 0.56% | - |
| XYZ | 10.44 | 4.81 | 26.36 | - |
| YUV | 46.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 143 | 0.29 | 1 | 0 | 0.44 | 282.8 | 1 | 0.28 |
| Hex | 66 | 0 | 8F | 1D | 64 | 0 | 2C | 11B | 64 | 1C |
| Octal | 146 | 0 | 217 | 35 | 144 | 0 | 54 | 433 | 144 | 34 |
| Binary | 1100110 | 0 | 10001111 | 11101 | 1100100 | 0 | 101100 | 100011011 | 1100100 | 11100 |
Color Harmonies of #66008F
Complementary color
Monochromatic Colors of #66008F
Black with #66008F
Text Example
Text Example
White with #66008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66008F; }
p { color: rgb(102,0,143); }
H1.HeaderClassName
{
color: #66008F;
}
.AnyTagClassName
{
color: #66008F;
}
</style>
background-color css
<style>
a { background-color: #66008F; }
a { background-color: rgb(102,0,143); }
div.DivClassName
{
background-color: #66008F;
}
.BgClassName
{
background-color: #66008F;
}
</style>
border-color css
<style>
span { border-color: #66008F; }
span { border-color: rgb(102,0,143); }
td.TdClassName
{
border-color: #66008F;
}
.TagClassName
{
border-color: #66008F;
}
</style>