Shades of Indigo #691389
Tints of Indigo #691389
RGB
CMYK
RGB Variations
Color information
#691389 (or 0x691389) is known color: Indigo. HEX triplet: 69, 13 and 89. RGB value is (105,19,137). Sum of RGB (Red+Green+Blue) = 105+19+137=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #691389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691389 is #96EC76. Grayscale: #393939. Windows color (decimal): -9890935 or 8983401. OLE color: 8983401.
HSL color Cylindrical-coordinate representation of color #691389: hue angle of 283.73º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691389 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 19 | 137 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.46 |
| HSL | 283.73º | 0.76% | 0.31% | - |
| HSV(B) | 283.73º | 0.86% | 0.54% | - |
| XYZ | 10.57 | 5.28 | 24.13 | - |
| YUV | 58.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 137 | 0.23 | 0.86 | 0 | 0.46 | 283.73 | 0.76 | 0.31 |
| Hex | 69 | 13 | 89 | 17 | 56 | 0 | 2E | 11C | 4C | 1F |
| Octal | 151 | 23 | 211 | 27 | 126 | 0 | 56 | 434 | 114 | 37 |
| Binary | 1101001 | 10011 | 10001001 | 10111 | 1010110 | 0 | 101110 | 100011100 | 1001100 | 11111 |
Color Harmonies of #691389
Complementary color
Monochromatic Colors of #691389
Black with #691389
Text Example
Text Example
White with #691389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691389; }
p { color: rgb(105,19,137); }
H1.HeaderClassName
{
color: #691389;
}
.AnyTagClassName
{
color: #691389;
}
</style>
background-color css
<style>
a { background-color: #691389; }
a { background-color: rgb(105,19,137); }
div.DivClassName
{
background-color: #691389;
}
.BgClassName
{
background-color: #691389;
}
</style>
border-color css
<style>
span { border-color: #691389; }
span { border-color: rgb(105,19,137); }
td.TdClassName
{
border-color: #691389;
}
.TagClassName
{
border-color: #691389;
}
</style>