Shades of Indigo #66078D
Tints of Indigo #66078D
RGB
CMYK
RGB Variations
Color information
#66078D (or 0x66078D) is known color: Indigo. HEX triplet: 66, 07 and 8D. RGB value is (102,7,141). Sum of RGB (Red+Green+Blue) = 102+7+141=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #66078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66078D is #99F872. Grayscale: #323232. Windows color (decimal): -10090611 or 9242470. OLE color: 9242470.
HSL color Cylindrical-coordinate representation of color #66078D: hue angle of 282.54º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66078D is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 7 | 141 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.45 |
| HSL | 282.54º | 0.91% | 0.29% | - |
| HSV(B) | 282.54º | 0.95% | 0.55% | - |
| XYZ | 10.36 | 4.9 | 25.6 | - |
| YUV | 50.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 141 | 0.28 | 0.95 | 0 | 0.45 | 282.54 | 0.91 | 0.29 |
| Hex | 66 | 7 | 8D | 1C | 5F | 0 | 2D | 11B | 5B | 1D |
| Octal | 146 | 7 | 215 | 34 | 137 | 0 | 55 | 433 | 133 | 35 |
| Binary | 1100110 | 111 | 10001101 | 11100 | 1011111 | 0 | 101101 | 100011011 | 1011011 | 11101 |
Color Harmonies of #66078D
Complementary color
Monochromatic Colors of #66078D
Black with #66078D
Text Example
Text Example
White with #66078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66078D; }
p { color: rgb(102,7,141); }
H1.HeaderClassName
{
color: #66078D;
}
.AnyTagClassName
{
color: #66078D;
}
</style>
background-color css
<style>
a { background-color: #66078D; }
a { background-color: rgb(102,7,141); }
div.DivClassName
{
background-color: #66078D;
}
.BgClassName
{
background-color: #66078D;
}
</style>
border-color css
<style>
span { border-color: #66078D; }
span { border-color: rgb(102,7,141); }
td.TdClassName
{
border-color: #66078D;
}
.TagClassName
{
border-color: #66078D;
}
</style>