Shades of Indigo #691788
Tints of Indigo #691788
RGB
CMYK
RGB Variations
Color information
#691788 (or 0x691788) is known color: Indigo. HEX triplet: 69, 17 and 88. RGB value is (105,23,136). Sum of RGB (Red+Green+Blue) = 105+23+136=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #691788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691788 is #96E877. Grayscale: #3C3C3C. Windows color (decimal): -9889912 or 8918889. OLE color: 8918889.
HSL color Cylindrical-coordinate representation of color #691788: hue angle of 283.54º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691788 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 23 | 136 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.47 |
| HSL | 283.54º | 0.71% | 0.31% | - |
| HSV(B) | 283.54º | 0.83% | 0.53% | - |
| XYZ | 10.58 | 5.39 | 23.78 | - |
| YUV | 60.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 136 | 0.23 | 0.83 | 0 | 0.47 | 283.54 | 0.71 | 0.31 |
| Hex | 69 | 17 | 88 | 17 | 53 | 0 | 2F | 11C | 47 | 1F |
| Octal | 151 | 27 | 210 | 27 | 123 | 0 | 57 | 434 | 107 | 37 |
| Binary | 1101001 | 10111 | 10001000 | 10111 | 1010011 | 0 | 101111 | 100011100 | 1000111 | 11111 |
Color Harmonies of #691788
Complementary color
Monochromatic Colors of #691788
Black with #691788
Text Example
Text Example
White with #691788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691788; }
p { color: rgb(105,23,136); }
H1.HeaderClassName
{
color: #691788;
}
.AnyTagClassName
{
color: #691788;
}
</style>
background-color css
<style>
a { background-color: #691788; }
a { background-color: rgb(105,23,136); }
div.DivClassName
{
background-color: #691788;
}
.BgClassName
{
background-color: #691788;
}
</style>
border-color css
<style>
span { border-color: #691788; }
span { border-color: rgb(105,23,136); }
td.TdClassName
{
border-color: #691788;
}
.TagClassName
{
border-color: #691788;
}
</style>