Shades of Indigo #660791
Tints of Indigo #660791
RGB
CMYK
RGB Variations
Color information
#660791 (or 0x660791) is known color: Indigo. HEX triplet: 66, 07 and 91. RGB value is (102,7,145). Sum of RGB (Red+Green+Blue) = 102+7+145=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #660791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660791 is #99F86E. Grayscale: #323232. Windows color (decimal): -10090607 or 9504614. OLE color: 9504614.
HSL color Cylindrical-coordinate representation of color #660791: hue angle of 281.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660791 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 7 | 145 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.43 |
| HSL | 281.3º | 0.91% | 0.3% | - |
| HSV(B) | 281.3º | 0.95% | 0.57% | - |
| XYZ | 10.67 | 5.02 | 27.2 | - |
| YUV | 51.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 145 | 0.30 | 0.95 | 0 | 0.43 | 281.3 | 0.91 | 0.3 |
| Hex | 66 | 7 | 91 | 1E | 5F | 0 | 2B | 119 | 5B | 1E |
| Octal | 146 | 7 | 221 | 36 | 137 | 0 | 53 | 431 | 133 | 36 |
| Binary | 1100110 | 111 | 10010001 | 11110 | 1011111 | 0 | 101011 | 100011001 | 1011011 | 11110 |
Color Harmonies of #660791
Complementary color
Monochromatic Colors of #660791
Black with #660791
Text Example
Text Example
White with #660791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660791; }
p { color: rgb(102,7,145); }
H1.HeaderClassName
{
color: #660791;
}
.AnyTagClassName
{
color: #660791;
}
</style>
background-color css
<style>
a { background-color: #660791; }
a { background-color: rgb(102,7,145); }
div.DivClassName
{
background-color: #660791;
}
.BgClassName
{
background-color: #660791;
}
</style>
border-color css
<style>
span { border-color: #660791; }
span { border-color: rgb(102,7,145); }
td.TdClassName
{
border-color: #660791;
}
.TagClassName
{
border-color: #660791;
}
</style>