Shades of Indigo #671697
Tints of Indigo #671697
RGB
CMYK
RGB Variations
Color information
#671697 (or 0x671697) is known color: Indigo. HEX triplet: 67, 16 and 97. RGB value is (103,22,151). Sum of RGB (Red+Green+Blue) = 103+22+151=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #671697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671697 is #98E968. Grayscale: #3C3C3C. Windows color (decimal): -10021225 or 9901671. OLE color: 9901671.
HSL color Cylindrical-coordinate representation of color #671697: hue angle of 277.67º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671697 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 22 | 151 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.41 |
| HSL | 277.67º | 0.75% | 0.34% | - |
| HSV(B) | 277.67º | 0.85% | 0.59% | - |
| XYZ | 11.47 | 5.69 | 29.77 | - |
| YUV | 60.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 151 | 0.32 | 0.85 | 0 | 0.41 | 277.67 | 0.75 | 0.34 |
| Hex | 67 | 16 | 97 | 20 | 55 | 0 | 29 | 116 | 4B | 22 |
| Octal | 147 | 26 | 227 | 40 | 125 | 0 | 51 | 426 | 113 | 42 |
| Binary | 1100111 | 10110 | 10010111 | 100000 | 1010101 | 0 | 101001 | 100010110 | 1001011 | 100010 |
Color Harmonies of #671697
Complementary color
Monochromatic Colors of #671697
Black with #671697
Text Example
Text Example
White with #671697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671697; }
p { color: rgb(103,22,151); }
H1.HeaderClassName
{
color: #671697;
}
.AnyTagClassName
{
color: #671697;
}
</style>
background-color css
<style>
a { background-color: #671697; }
a { background-color: rgb(103,22,151); }
div.DivClassName
{
background-color: #671697;
}
.BgClassName
{
background-color: #671697;
}
</style>
border-color css
<style>
span { border-color: #671697; }
span { border-color: rgb(103,22,151); }
td.TdClassName
{
border-color: #671697;
}
.TagClassName
{
border-color: #671697;
}
</style>