Shades of Indigo #68059E
Tints of Indigo #68059E
RGB
CMYK
RGB Variations
Color information
#68059E (or 0x68059E) is known color: Indigo. HEX triplet: 68, 05 and 9E. RGB value is (104,5,158). Sum of RGB (Red+Green+Blue) = 104+5+158=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #68059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68059E is #97FA61. Grayscale: #333333. Windows color (decimal): -9960034 or 10356072. OLE color: 10356072.
HSL color Cylindrical-coordinate representation of color #68059E: hue angle of 278.82º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68059E is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 5 | 158 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.38 |
| HSL | 278.82º | 0.94% | 0.32% | - |
| HSV(B) | 278.82º | 0.97% | 0.62% | - |
| XYZ | 11.93 | 5.52 | 32.78 | - |
| YUV | 52.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 158 | 0.34 | 0.97 | 0 | 0.38 | 278.82 | 0.94 | 0.32 |
| Hex | 68 | 5 | 9E | 22 | 61 | 0 | 26 | 117 | 5E | 20 |
| Octal | 150 | 5 | 236 | 42 | 141 | 0 | 46 | 427 | 136 | 40 |
| Binary | 1101000 | 101 | 10011110 | 100010 | 1100001 | 0 | 100110 | 100010111 | 1011110 | 100000 |
Color Harmonies of #68059E
Complementary color
Monochromatic Colors of #68059E
Black with #68059E
Text Example
Text Example
White with #68059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68059E; }
p { color: rgb(104,5,158); }
H1.HeaderClassName
{
color: #68059E;
}
.AnyTagClassName
{
color: #68059E;
}
</style>
background-color css
<style>
a { background-color: #68059E; }
a { background-color: rgb(104,5,158); }
div.DivClassName
{
background-color: #68059E;
}
.BgClassName
{
background-color: #68059E;
}
</style>
border-color css
<style>
span { border-color: #68059E; }
span { border-color: rgb(104,5,158); }
td.TdClassName
{
border-color: #68059E;
}
.TagClassName
{
border-color: #68059E;
}
</style>