Shades of Indigo #68119E
Tints of Indigo #68119E
RGB
CMYK
RGB Variations
Color information
#68119E (or 0x68119E) is known color: Indigo. HEX triplet: 68, 11 and 9E. RGB value is (104,17,158). Sum of RGB (Red+Green+Blue) = 104+17+158=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #68119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68119E is #97EE61. Grayscale: #3A3A3A. Windows color (decimal): -9956962 or 10359144. OLE color: 10359144.
HSL color Cylindrical-coordinate representation of color #68119E: hue angle of 277.02º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68119E is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 17 | 158 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.38 |
| HSL | 277.02º | 0.81% | 0.34% | - |
| HSV(B) | 277.02º | 0.89% | 0.62% | - |
| XYZ | 12.08 | 5.81 | 32.83 | - |
| YUV | 59.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 158 | 0.34 | 0.89 | 0 | 0.38 | 277.02 | 0.81 | 0.34 |
| Hex | 68 | 11 | 9E | 22 | 59 | 0 | 26 | 115 | 51 | 22 |
| Octal | 150 | 21 | 236 | 42 | 131 | 0 | 46 | 425 | 121 | 42 |
| Binary | 1101000 | 10001 | 10011110 | 100010 | 1011001 | 0 | 100110 | 100010101 | 1010001 | 100010 |
Color Harmonies of #68119E
Complementary color
Monochromatic Colors of #68119E
Black with #68119E
Text Example
Text Example
White with #68119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68119E; }
p { color: rgb(104,17,158); }
H1.HeaderClassName
{
color: #68119E;
}
.AnyTagClassName
{
color: #68119E;
}
</style>
background-color css
<style>
a { background-color: #68119E; }
a { background-color: rgb(104,17,158); }
div.DivClassName
{
background-color: #68119E;
}
.BgClassName
{
background-color: #68119E;
}
</style>
border-color css
<style>
span { border-color: #68119E; }
span { border-color: rgb(104,17,158); }
td.TdClassName
{
border-color: #68119E;
}
.TagClassName
{
border-color: #68119E;
}
</style>