Shades of Indigo #69139E
Tints of Indigo #69139E
RGB
CMYK
RGB Variations
Color information
#69139E (or 0x69139E) is known color: Indigo. HEX triplet: 69, 13 and 9E. RGB value is (105,19,158). Sum of RGB (Red+Green+Blue) = 105+19+158=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #69139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69139E is #96EC61. Grayscale: #3C3C3C. Windows color (decimal): -9890914 or 10359657. OLE color: 10359657.
HSL color Cylindrical-coordinate representation of color #69139E: hue angle of 277.12º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69139E is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 19 | 158 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.38 |
| HSL | 277.12º | 0.79% | 0.35% | - |
| HSV(B) | 277.12º | 0.88% | 0.62% | - |
| XYZ | 12.23 | 5.94 | 32.85 | - |
| YUV | 60.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 158 | 0.34 | 0.88 | 0 | 0.38 | 277.12 | 0.79 | 0.35 |
| Hex | 69 | 13 | 9E | 22 | 58 | 0 | 26 | 115 | 4F | 23 |
| Octal | 151 | 23 | 236 | 42 | 130 | 0 | 46 | 425 | 117 | 43 |
| Binary | 1101001 | 10011 | 10011110 | 100010 | 1011000 | 0 | 100110 | 100010101 | 1001111 | 100011 |
Color Harmonies of #69139E
Complementary color
Monochromatic Colors of #69139E
Black with #69139E
Text Example
Text Example
White with #69139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69139E; }
p { color: rgb(105,19,158); }
H1.HeaderClassName
{
color: #69139E;
}
.AnyTagClassName
{
color: #69139E;
}
</style>
background-color css
<style>
a { background-color: #69139E; }
a { background-color: rgb(105,19,158); }
div.DivClassName
{
background-color: #69139E;
}
.BgClassName
{
background-color: #69139E;
}
</style>
border-color css
<style>
span { border-color: #69139E; }
span { border-color: rgb(105,19,158); }
td.TdClassName
{
border-color: #69139E;
}
.TagClassName
{
border-color: #69139E;
}
</style>