Shades of Indigo #68048D
Tints of Indigo #68048D
RGB
CMYK
RGB Variations
Color information
#68048D (or 0x68048D) is known color: Indigo. HEX triplet: 68, 04 and 8D. RGB value is (104,4,141). Sum of RGB (Red+Green+Blue) = 104+4+141=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #68048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68048D is #97FB72. Grayscale: #313131. Windows color (decimal): -9960307 or 9241704. OLE color: 9241704.
HSL color Cylindrical-coordinate representation of color #68048D: hue angle of 283.8º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68048D is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 4 | 141 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.45 |
| HSL | 283.8º | 0.94% | 0.28% | - |
| HSV(B) | 283.8º | 0.97% | 0.55% | - |
| XYZ | 10.56 | 4.95 | 25.6 | - |
| YUV | 49.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 141 | 0.26 | 0.97 | 0 | 0.45 | 283.8 | 0.94 | 0.28 |
| Hex | 68 | 4 | 8D | 1A | 61 | 0 | 2D | 11C | 5E | 1C |
| Octal | 150 | 4 | 215 | 32 | 141 | 0 | 55 | 434 | 136 | 34 |
| Binary | 1101000 | 100 | 10001101 | 11010 | 1100001 | 0 | 101101 | 100011100 | 1011110 | 11100 |
Color Harmonies of #68048D
Complementary color
Monochromatic Colors of #68048D
Black with #68048D
Text Example
Text Example
White with #68048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68048D; }
p { color: rgb(104,4,141); }
H1.HeaderClassName
{
color: #68048D;
}
.AnyTagClassName
{
color: #68048D;
}
</style>
background-color css
<style>
a { background-color: #68048D; }
a { background-color: rgb(104,4,141); }
div.DivClassName
{
background-color: #68048D;
}
.BgClassName
{
background-color: #68048D;
}
</style>
border-color css
<style>
span { border-color: #68048D; }
span { border-color: rgb(104,4,141); }
td.TdClassName
{
border-color: #68048D;
}
.TagClassName
{
border-color: #68048D;
}
</style>