Shades of Indigo #68088D
Tints of Indigo #68088D
RGB
CMYK
RGB Variations
Color information
#68088D (or 0x68088D) is known color: Indigo. HEX triplet: 68, 08 and 8D. RGB value is (104,8,141). Sum of RGB (Red+Green+Blue) = 104+8+141=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #68088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68088D is #97F772. Grayscale: #333333. Windows color (decimal): -9959283 or 9242728. OLE color: 9242728.
HSL color Cylindrical-coordinate representation of color #68088D: hue angle of 283.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68088D is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 8 | 141 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.45 |
| HSL | 283.31º | 0.89% | 0.29% | - |
| HSV(B) | 283.31º | 0.94% | 0.55% | - |
| XYZ | 10.6 | 5.04 | 25.61 | - |
| YUV | 51.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 141 | 0.26 | 0.94 | 0 | 0.45 | 283.31 | 0.89 | 0.29 |
| Hex | 68 | 8 | 8D | 1A | 5E | 0 | 2D | 11B | 59 | 1D |
| Octal | 150 | 10 | 215 | 32 | 136 | 0 | 55 | 433 | 131 | 35 |
| Binary | 1101000 | 1000 | 10001101 | 11010 | 1011110 | 0 | 101101 | 100011011 | 1011001 | 11101 |
Color Harmonies of #68088D
Complementary color
Monochromatic Colors of #68088D
Black with #68088D
Text Example
Text Example
White with #68088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68088D; }
p { color: rgb(104,8,141); }
H1.HeaderClassName
{
color: #68088D;
}
.AnyTagClassName
{
color: #68088D;
}
</style>
background-color css
<style>
a { background-color: #68088D; }
a { background-color: rgb(104,8,141); }
div.DivClassName
{
background-color: #68088D;
}
.BgClassName
{
background-color: #68088D;
}
</style>
border-color css
<style>
span { border-color: #68088D; }
span { border-color: rgb(104,8,141); }
td.TdClassName
{
border-color: #68088D;
}
.TagClassName
{
border-color: #68088D;
}
</style>