Shades of Indigo #68059F
Tints of Indigo #68059F
RGB
CMYK
RGB Variations
Color information
#68059F (or 0x68059F) is known color: Indigo. HEX triplet: 68, 05 and 9F. RGB value is (104,5,159). Sum of RGB (Red+Green+Blue) = 104+5+159=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #68059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68059F is #97FA60. Grayscale: #333333. Windows color (decimal): -9960033 or 10421608. OLE color: 10421608.
HSL color Cylindrical-coordinate representation of color #68059F: hue angle of 278.57º 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 #68059F is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 5 | 159 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.38 |
| HSL | 278.57º | 0.94% | 0.32% | - |
| HSV(B) | 278.57º | 0.97% | 0.62% | - |
| XYZ | 12.02 | 5.55 | 33.24 | - |
| YUV | 52.16 | 188.3 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 159 | 0.35 | 0.97 | 0 | 0.38 | 278.57 | 0.94 | 0.32 |
| Hex | 68 | 5 | 9F | 23 | 61 | 0 | 26 | 117 | 5E | 20 |
| Octal | 150 | 5 | 237 | 43 | 141 | 0 | 46 | 427 | 136 | 40 |
| Binary | 1101000 | 101 | 10011111 | 100011 | 1100001 | 0 | 100110 | 100010111 | 1011110 | 100000 |
Color Harmonies of #68059F
Complementary color
Monochromatic Colors of #68059F
Black with #68059F
Text Example
Text Example
White with #68059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68059F; }
p { color: rgb(104,5,159); }
H1.HeaderClassName
{
color: #68059F;
}
.AnyTagClassName
{
color: #68059F;
}
</style>
background-color css
<style>
a { background-color: #68059F; }
a { background-color: rgb(104,5,159); }
div.DivClassName
{
background-color: #68059F;
}
.BgClassName
{
background-color: #68059F;
}
</style>
border-color css
<style>
span { border-color: #68059F; }
span { border-color: rgb(104,5,159); }
td.TdClassName
{
border-color: #68059F;
}
.TagClassName
{
border-color: #68059F;
}
</style>