Shades of Indigo #69119C
Tints of Indigo #69119C
RGB
CMYK
RGB Variations
Color information
#69119C (or 0x69119C) is known color: Indigo. HEX triplet: 69, 11 and 9C. RGB value is (105,17,156). Sum of RGB (Red+Green+Blue) = 105+17+156=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #69119C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69119C is #96EE63. Grayscale: #3A3A3A. Windows color (decimal): -9891428 or 10228073. OLE color: 10228073.
HSL color Cylindrical-coordinate representation of color #69119C: hue angle of 277.99º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69119C is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 17 | 156 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.39 |
| HSL | 277.99º | 0.8% | 0.34% | - |
| HSV(B) | 277.99º | 0.89% | 0.61% | - |
| XYZ | 12.03 | 5.8 | 31.94 | - |
| YUV | 59.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 156 | 0.33 | 0.89 | 0 | 0.39 | 277.99 | 0.8 | 0.34 |
| Hex | 69 | 11 | 9C | 21 | 59 | 0 | 27 | 116 | 50 | 22 |
| Octal | 151 | 21 | 234 | 41 | 131 | 0 | 47 | 426 | 120 | 42 |
| Binary | 1101001 | 10001 | 10011100 | 100001 | 1011001 | 0 | 100111 | 100010110 | 1010000 | 100010 |
Color Harmonies of #69119C
Complementary color
Monochromatic Colors of #69119C
Black with #69119C
Text Example
Text Example
White with #69119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69119C; }
p { color: rgb(105,17,156); }
H1.HeaderClassName
{
color: #69119C;
}
.AnyTagClassName
{
color: #69119C;
}
</style>
background-color css
<style>
a { background-color: #69119C; }
a { background-color: rgb(105,17,156); }
div.DivClassName
{
background-color: #69119C;
}
.BgClassName
{
background-color: #69119C;
}
</style>
border-color css
<style>
span { border-color: #69119C; }
span { border-color: rgb(105,17,156); }
td.TdClassName
{
border-color: #69119C;
}
.TagClassName
{
border-color: #69119C;
}
</style>