Shades of Indigo #691091
Tints of Indigo #691091
RGB
CMYK
RGB Variations
Color information
#691091 (or 0x691091) is known color: Indigo. HEX triplet: 69, 10 and 91. RGB value is (105,16,145). Sum of RGB (Red+Green+Blue) = 105+16+145=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #691091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691091 is #96EF6E. Grayscale: #383838. Windows color (decimal): -9891695 or 9506921. OLE color: 9506921.
HSL color Cylindrical-coordinate representation of color #691091: hue angle of 281.4º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691091 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 16 | 145 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.43 |
| HSL | 281.4º | 0.8% | 0.32% | - |
| HSV(B) | 281.4º | 0.89% | 0.57% | - |
| XYZ | 11.12 | 5.42 | 27.25 | - |
| YUV | 57.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 145 | 0.28 | 0.89 | 0 | 0.43 | 281.4 | 0.8 | 0.32 |
| Hex | 69 | 10 | 91 | 1C | 59 | 0 | 2B | 119 | 50 | 20 |
| Octal | 151 | 20 | 221 | 34 | 131 | 0 | 53 | 431 | 120 | 40 |
| Binary | 1101001 | 10000 | 10010001 | 11100 | 1011001 | 0 | 101011 | 100011001 | 1010000 | 100000 |
Color Harmonies of #691091
Complementary color
Monochromatic Colors of #691091
Black with #691091
Text Example
Text Example
White with #691091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691091; }
p { color: rgb(105,16,145); }
H1.HeaderClassName
{
color: #691091;
}
.AnyTagClassName
{
color: #691091;
}
</style>
background-color css
<style>
a { background-color: #691091; }
a { background-color: rgb(105,16,145); }
div.DivClassName
{
background-color: #691091;
}
.BgClassName
{
background-color: #691091;
}
</style>
border-color css
<style>
span { border-color: #691091; }
span { border-color: rgb(105,16,145); }
td.TdClassName
{
border-color: #691091;
}
.TagClassName
{
border-color: #691091;
}
</style>