Shades of Indigo #66178E
Tints of Indigo #66178E
RGB
CMYK
RGB Variations
Color information
#66178E (or 0x66178E) is known color: Indigo. HEX triplet: 66, 17 and 8E. RGB value is (102,23,142). Sum of RGB (Red+Green+Blue) = 102+23+142=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #66178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66178E is #99E871. Grayscale: #3B3B3B. Windows color (decimal): -10086514 or 9312102. OLE color: 9312102.
HSL color Cylindrical-coordinate representation of color #66178E: hue angle of 279.83º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66178E is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 23 | 142 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.44 |
| HSL | 279.83º | 0.72% | 0.32% | - |
| HSV(B) | 279.83º | 0.84% | 0.56% | - |
| XYZ | 10.67 | 5.39 | 26.07 | - |
| YUV | 60.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 142 | 0.28 | 0.84 | 0 | 0.44 | 279.83 | 0.72 | 0.32 |
| Hex | 66 | 17 | 8E | 1C | 54 | 0 | 2C | 118 | 48 | 20 |
| Octal | 146 | 27 | 216 | 34 | 124 | 0 | 54 | 430 | 110 | 40 |
| Binary | 1100110 | 10111 | 10001110 | 11100 | 1010100 | 0 | 101100 | 100011000 | 1001000 | 100000 |
Color Harmonies of #66178E
Complementary color
Monochromatic Colors of #66178E
Black with #66178E
Text Example
Text Example
White with #66178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66178E; }
p { color: rgb(102,23,142); }
H1.HeaderClassName
{
color: #66178E;
}
.AnyTagClassName
{
color: #66178E;
}
</style>
background-color css
<style>
a { background-color: #66178E; }
a { background-color: rgb(102,23,142); }
div.DivClassName
{
background-color: #66178E;
}
.BgClassName
{
background-color: #66178E;
}
</style>
border-color css
<style>
span { border-color: #66178E; }
span { border-color: rgb(102,23,142); }
td.TdClassName
{
border-color: #66178E;
}
.TagClassName
{
border-color: #66178E;
}
</style>