Shades of Indigo #68029E
Tints of Indigo #68029E
RGB
CMYK
RGB Variations
Color information
#68029E (or 0x68029E) is known color: Indigo. HEX triplet: 68, 02 and 9E. RGB value is (104,2,158). Sum of RGB (Red+Green+Blue) = 104+2+158=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #68029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68029E is #97FD61. Grayscale: #313131. Windows color (decimal): -9960802 or 10355304. OLE color: 10355304.
HSL color Cylindrical-coordinate representation of color #68029E: hue angle of 279.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68029E is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 2 | 158 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.38 |
| HSL | 279.23º | 0.98% | 0.31% | - |
| HSV(B) | 279.23º | 0.99% | 0.62% | - |
| XYZ | 11.9 | 5.46 | 32.77 | - |
| YUV | 50.28 | 188.79 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 158 | 0.34 | 0.99 | 0 | 0.38 | 279.23 | 0.98 | 0.31 |
| Hex | 68 | 2 | 9E | 22 | 63 | 0 | 26 | 117 | 62 | 1F |
| Octal | 150 | 2 | 236 | 42 | 143 | 0 | 46 | 427 | 142 | 37 |
| Binary | 1101000 | 10 | 10011110 | 100010 | 1100011 | 0 | 100110 | 100010111 | 1100010 | 11111 |
Color Harmonies of #68029E
Complementary color
Monochromatic Colors of #68029E
Black with #68029E
Text Example
Text Example
White with #68029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68029E; }
p { color: rgb(104,2,158); }
H1.HeaderClassName
{
color: #68029E;
}
.AnyTagClassName
{
color: #68029E;
}
</style>
background-color css
<style>
a { background-color: #68029E; }
a { background-color: rgb(104,2,158); }
div.DivClassName
{
background-color: #68029E;
}
.BgClassName
{
background-color: #68029E;
}
</style>
border-color css
<style>
span { border-color: #68029E; }
span { border-color: rgb(104,2,158); }
td.TdClassName
{
border-color: #68029E;
}
.TagClassName
{
border-color: #68029E;
}
</style>