Shades of Indigo #66079C
Tints of Indigo #66079C
RGB
CMYK
RGB Variations
Color information
#66079C (or 0x66079C) is known color: Indigo. HEX triplet: 66, 07 and 9C. RGB value is (102,7,156). Sum of RGB (Red+Green+Blue) = 102+7+156=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #66079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66079C is #99F863. Grayscale: #333333. Windows color (decimal): -10090596 or 10225510. OLE color: 10225510.
HSL color Cylindrical-coordinate representation of color #66079C: hue angle of 278.26º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66079C is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 7 | 156 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.39 |
| HSL | 278.26º | 0.91% | 0.32% | - |
| HSV(B) | 278.26º | 0.96% | 0.61% | - |
| XYZ | 11.56 | 5.38 | 31.88 | - |
| YUV | 52.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 156 | 0.35 | 0.96 | 0 | 0.39 | 278.26 | 0.91 | 0.32 |
| Hex | 66 | 7 | 9C | 23 | 60 | 0 | 27 | 116 | 5B | 20 |
| Octal | 146 | 7 | 234 | 43 | 140 | 0 | 47 | 426 | 133 | 40 |
| Binary | 1100110 | 111 | 10011100 | 100011 | 1100000 | 0 | 100111 | 100010110 | 1011011 | 100000 |
Color Harmonies of #66079C
Complementary color
Monochromatic Colors of #66079C
Black with #66079C
Text Example
Text Example
White with #66079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66079C; }
p { color: rgb(102,7,156); }
H1.HeaderClassName
{
color: #66079C;
}
.AnyTagClassName
{
color: #66079C;
}
</style>
background-color css
<style>
a { background-color: #66079C; }
a { background-color: rgb(102,7,156); }
div.DivClassName
{
background-color: #66079C;
}
.BgClassName
{
background-color: #66079C;
}
</style>
border-color css
<style>
span { border-color: #66079C; }
span { border-color: rgb(102,7,156); }
td.TdClassName
{
border-color: #66079C;
}
.TagClassName
{
border-color: #66079C;
}
</style>