Shades of Indigo #68048A
Tints of Indigo #68048A
RGB
CMYK
RGB Variations
Color information
#68048A (or 0x68048A) is known color: Indigo. HEX triplet: 68, 04 and 8A. RGB value is (104,4,138). Sum of RGB (Red+Green+Blue) = 104+4+138=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #68048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68048A is #97FB75. Grayscale: #303030. Windows color (decimal): -9960310 or 9045096. OLE color: 9045096.
HSL color Cylindrical-coordinate representation of color #68048A: hue angle of 284.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68048A is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 4 | 138 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.46 |
| HSL | 284.78º | 0.94% | 0.28% | - |
| HSV(B) | 284.78º | 0.97% | 0.54% | - |
| XYZ | 10.34 | 4.86 | 24.44 | - |
| YUV | 49.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 138 | 0.25 | 0.97 | 0 | 0.46 | 284.78 | 0.94 | 0.28 |
| Hex | 68 | 4 | 8A | 19 | 61 | 0 | 2E | 11D | 5E | 1C |
| Octal | 150 | 4 | 212 | 31 | 141 | 0 | 56 | 435 | 136 | 34 |
| Binary | 1101000 | 100 | 10001010 | 11001 | 1100001 | 0 | 101110 | 100011101 | 1011110 | 11100 |
Color Harmonies of #68048A
Complementary color
Monochromatic Colors of #68048A
Black with #68048A
Text Example
Text Example
White with #68048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68048A; }
p { color: rgb(104,4,138); }
H1.HeaderClassName
{
color: #68048A;
}
.AnyTagClassName
{
color: #68048A;
}
</style>
background-color css
<style>
a { background-color: #68048A; }
a { background-color: rgb(104,4,138); }
div.DivClassName
{
background-color: #68048A;
}
.BgClassName
{
background-color: #68048A;
}
</style>
border-color css
<style>
span { border-color: #68048A; }
span { border-color: rgb(104,4,138); }
td.TdClassName
{
border-color: #68048A;
}
.TagClassName
{
border-color: #68048A;
}
</style>