Shades of Indigo #691291
Tints of Indigo #691291
RGB
CMYK
RGB Variations
Color information
#691291 (or 0x691291) is known color: Indigo. HEX triplet: 69, 12 and 91. RGB value is (105,18,145). Sum of RGB (Red+Green+Blue) = 105+18+145=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #691291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691291 is #96ED6E. Grayscale: #3A3A3A. Windows color (decimal): -9891183 or 9507433. OLE color: 9507433.
HSL color Cylindrical-coordinate representation of color #691291: hue angle of 281.1º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691291 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 18 | 145 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.43 |
| HSL | 281.1º | 0.78% | 0.32% | - |
| HSV(B) | 281.1º | 0.88% | 0.57% | - |
| XYZ | 11.15 | 5.48 | 27.26 | - |
| YUV | 58.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 145 | 0.28 | 0.88 | 0 | 0.43 | 281.1 | 0.78 | 0.32 |
| Hex | 69 | 12 | 91 | 1C | 58 | 0 | 2B | 119 | 4E | 20 |
| Octal | 151 | 22 | 221 | 34 | 130 | 0 | 53 | 431 | 116 | 40 |
| Binary | 1101001 | 10010 | 10010001 | 11100 | 1011000 | 0 | 101011 | 100011001 | 1001110 | 100000 |
Color Harmonies of #691291
Complementary color
Monochromatic Colors of #691291
Black with #691291
Text Example
Text Example
White with #691291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691291; }
p { color: rgb(105,18,145); }
H1.HeaderClassName
{
color: #691291;
}
.AnyTagClassName
{
color: #691291;
}
</style>
background-color css
<style>
a { background-color: #691291; }
a { background-color: rgb(105,18,145); }
div.DivClassName
{
background-color: #691291;
}
.BgClassName
{
background-color: #691291;
}
</style>
border-color css
<style>
span { border-color: #691291; }
span { border-color: rgb(105,18,145); }
td.TdClassName
{
border-color: #691291;
}
.TagClassName
{
border-color: #691291;
}
</style>