Shades of Indigo #68168E
Tints of Indigo #68168E
RGB
CMYK
RGB Variations
Color information
#68168E (or 0x68168E) is known color: Indigo. HEX triplet: 68, 16 and 8E. RGB value is (104,22,142). Sum of RGB (Red+Green+Blue) = 104+22+142=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #68168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68168E is #97E971. Grayscale: #3B3B3B. Windows color (decimal): -9955698 or 9311848. OLE color: 9311848.
HSL color Cylindrical-coordinate representation of color #68168E: hue angle of 281º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68168E is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 22 | 142 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.44 |
| HSL | 281º | 0.73% | 0.32% | - |
| HSV(B) | 281º | 0.85% | 0.56% | - |
| XYZ | 10.88 | 5.47 | 26.07 | - |
| YUV | 60.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 142 | 0.27 | 0.85 | 0 | 0.44 | 281 | 0.73 | 0.32 |
| Hex | 68 | 16 | 8E | 1B | 55 | 0 | 2C | 119 | 49 | 20 |
| Octal | 150 | 26 | 216 | 33 | 125 | 0 | 54 | 431 | 111 | 40 |
| Binary | 1101000 | 10110 | 10001110 | 11011 | 1010101 | 0 | 101100 | 100011001 | 1001001 | 100000 |
Color Harmonies of #68168E
Complementary color
Monochromatic Colors of #68168E
Black with #68168E
Text Example
Text Example
White with #68168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68168E; }
p { color: rgb(104,22,142); }
H1.HeaderClassName
{
color: #68168E;
}
.AnyTagClassName
{
color: #68168E;
}
</style>
background-color css
<style>
a { background-color: #68168E; }
a { background-color: rgb(104,22,142); }
div.DivClassName
{
background-color: #68168E;
}
.BgClassName
{
background-color: #68168E;
}
</style>
border-color css
<style>
span { border-color: #68168E; }
span { border-color: rgb(104,22,142); }
td.TdClassName
{
border-color: #68168E;
}
.TagClassName
{
border-color: #68168E;
}
</style>