Shades of Indigo #68058D
Tints of Indigo #68058D
RGB
CMYK
RGB Variations
Color information
#68058D (or 0x68058D) is known color: Indigo. HEX triplet: 68, 05 and 8D. RGB value is (104,5,141). Sum of RGB (Red+Green+Blue) = 104+5+141=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #68058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68058D is #97FA72. Grayscale: #313131. Windows color (decimal): -9960051 or 9241960. OLE color: 9241960.
HSL color Cylindrical-coordinate representation of color #68058D: hue angle of 283.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68058D is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 5 | 141 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.45 |
| HSL | 283.68º | 0.93% | 0.29% | - |
| HSV(B) | 283.68º | 0.96% | 0.55% | - |
| XYZ | 10.57 | 4.97 | 25.6 | - |
| YUV | 50.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 141 | 0.26 | 0.96 | 0 | 0.45 | 283.68 | 0.93 | 0.29 |
| Hex | 68 | 5 | 8D | 1A | 60 | 0 | 2D | 11C | 5D | 1D |
| Octal | 150 | 5 | 215 | 32 | 140 | 0 | 55 | 434 | 135 | 35 |
| Binary | 1101000 | 101 | 10001101 | 11010 | 1100000 | 0 | 101101 | 100011100 | 1011101 | 11101 |
Color Harmonies of #68058D
Complementary color
Monochromatic Colors of #68058D
Black with #68058D
Text Example
Text Example
White with #68058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68058D; }
p { color: rgb(104,5,141); }
H1.HeaderClassName
{
color: #68058D;
}
.AnyTagClassName
{
color: #68058D;
}
</style>
background-color css
<style>
a { background-color: #68058D; }
a { background-color: rgb(104,5,141); }
div.DivClassName
{
background-color: #68058D;
}
.BgClassName
{
background-color: #68058D;
}
</style>
border-color css
<style>
span { border-color: #68058D; }
span { border-color: rgb(104,5,141); }
td.TdClassName
{
border-color: #68058D;
}
.TagClassName
{
border-color: #68058D;
}
</style>