Shades of Indigo #66079D
Tints of Indigo #66079D
RGB
CMYK
RGB Variations
Color information
#66079D (or 0x66079D) is known color: Indigo. HEX triplet: 66, 07 and 9D. RGB value is (102,7,157). Sum of RGB (Red+Green+Blue) = 102+7+157=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #66079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66079D is #99F862. Grayscale: #343434. Windows color (decimal): -10090595 or 10291046. OLE color: 10291046.
HSL color Cylindrical-coordinate representation of color #66079D: hue angle of 278º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66079D is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 7 | 157 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.38 |
| HSL | 278º | 0.91% | 0.32% | - |
| HSV(B) | 278º | 0.96% | 0.62% | - |
| XYZ | 11.64 | 5.41 | 32.33 | - |
| YUV | 52.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 157 | 0.35 | 0.96 | 0 | 0.38 | 278 | 0.91 | 0.32 |
| Hex | 66 | 7 | 9D | 23 | 60 | 0 | 26 | 116 | 5B | 20 |
| Octal | 146 | 7 | 235 | 43 | 140 | 0 | 46 | 426 | 133 | 40 |
| Binary | 1100110 | 111 | 10011101 | 100011 | 1100000 | 0 | 100110 | 100010110 | 1011011 | 100000 |
Color Harmonies of #66079D
Complementary color
Monochromatic Colors of #66079D
Black with #66079D
Text Example
Text Example
White with #66079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66079D; }
p { color: rgb(102,7,157); }
H1.HeaderClassName
{
color: #66079D;
}
.AnyTagClassName
{
color: #66079D;
}
</style>
background-color css
<style>
a { background-color: #66079D; }
a { background-color: rgb(102,7,157); }
div.DivClassName
{
background-color: #66079D;
}
.BgClassName
{
background-color: #66079D;
}
</style>
border-color css
<style>
span { border-color: #66079D; }
span { border-color: rgb(102,7,157); }
td.TdClassName
{
border-color: #66079D;
}
.TagClassName
{
border-color: #66079D;
}
</style>