Shades of Indigo #691099
Tints of Indigo #691099
RGB
CMYK
RGB Variations
Color information
#691099 (or 0x691099) is known color: Indigo. HEX triplet: 69, 10 and 99. RGB value is (105,16,153). Sum of RGB (Red+Green+Blue) = 105+16+153=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #691099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691099 is #96EF66. Grayscale: #393939. Windows color (decimal): -9891687 or 10031209. OLE color: 10031209.
HSL color Cylindrical-coordinate representation of color #691099: hue angle of 278.98º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #691099 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 16 | 153 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.4 |
| HSL | 278.98º | 0.81% | 0.33% | - |
| HSV(B) | 278.98º | 0.9% | 0.6% | - |
| XYZ | 11.76 | 5.67 | 30.61 | - |
| YUV | 58.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 153 | 0.31 | 0.90 | 0 | 0.4 | 278.98 | 0.81 | 0.33 |
| Hex | 69 | 10 | 99 | 1F | 5A | 0 | 28 | 117 | 51 | 21 |
| Octal | 151 | 20 | 231 | 37 | 132 | 0 | 50 | 427 | 121 | 41 |
| Binary | 1101001 | 10000 | 10011001 | 11111 | 1011010 | 0 | 101000 | 100010111 | 1010001 | 100001 |
Color Harmonies of #691099
Complementary color
Monochromatic Colors of #691099
Black with #691099
Text Example
Text Example
White with #691099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691099; }
p { color: rgb(105,16,153); }
H1.HeaderClassName
{
color: #691099;
}
.AnyTagClassName
{
color: #691099;
}
</style>
background-color css
<style>
a { background-color: #691099; }
a { background-color: rgb(105,16,153); }
div.DivClassName
{
background-color: #691099;
}
.BgClassName
{
background-color: #691099;
}
</style>
border-color css
<style>
span { border-color: #691099; }
span { border-color: rgb(105,16,153); }
td.TdClassName
{
border-color: #691099;
}
.TagClassName
{
border-color: #691099;
}
</style>