Shades of Indigo #68168C
Tints of Indigo #68168C
RGB
CMYK
RGB Variations
Color information
#68168C (or 0x68168C) is known color: Indigo. HEX triplet: 68, 16 and 8C. RGB value is (104,22,140). Sum of RGB (Red+Green+Blue) = 104+22+140=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #68168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68168C is #97E973. Grayscale: #3B3B3B. Windows color (decimal): -9955700 or 9180776. OLE color: 9180776.
HSL color Cylindrical-coordinate representation of color #68168C: hue angle of 281.69º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68168C is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 22 | 140 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.45 |
| HSL | 281.69º | 0.73% | 0.32% | - |
| HSV(B) | 281.69º | 0.84% | 0.55% | - |
| XYZ | 10.73 | 5.41 | 25.29 | - |
| YUV | 59.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 140 | 0.26 | 0.84 | 0 | 0.45 | 281.69 | 0.73 | 0.32 |
| Hex | 68 | 16 | 8C | 1A | 54 | 0 | 2D | 11A | 49 | 20 |
| Octal | 150 | 26 | 214 | 32 | 124 | 0 | 55 | 432 | 111 | 40 |
| Binary | 1101000 | 10110 | 10001100 | 11010 | 1010100 | 0 | 101101 | 100011010 | 1001001 | 100000 |
Color Harmonies of #68168C
Complementary color
Monochromatic Colors of #68168C
Black with #68168C
Text Example
Text Example
White with #68168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68168C; }
p { color: rgb(104,22,140); }
H1.HeaderClassName
{
color: #68168C;
}
.AnyTagClassName
{
color: #68168C;
}
</style>
background-color css
<style>
a { background-color: #68168C; }
a { background-color: rgb(104,22,140); }
div.DivClassName
{
background-color: #68168C;
}
.BgClassName
{
background-color: #68168C;
}
</style>
border-color css
<style>
span { border-color: #68168C; }
span { border-color: rgb(104,22,140); }
td.TdClassName
{
border-color: #68168C;
}
.TagClassName
{
border-color: #68168C;
}
</style>