Shades of Indigo #68148E
Tints of Indigo #68148E
RGB
CMYK
RGB Variations
Color information
#68148E (or 0x68148E) is known color: Indigo. HEX triplet: 68, 14 and 8E. RGB value is (104,20,142). Sum of RGB (Red+Green+Blue) = 104+20+142=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #68148E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68148E is #97EB71. Grayscale: #3A3A3A. Windows color (decimal): -9956210 or 9311336. OLE color: 9311336.
HSL color Cylindrical-coordinate representation of color #68148E: hue angle of 281.31º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68148E is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 20 | 142 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.44 |
| HSL | 281.31º | 0.75% | 0.32% | - |
| HSV(B) | 281.31º | 0.86% | 0.56% | - |
| XYZ | 10.84 | 5.4 | 26.06 | - |
| YUV | 59.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 142 | 0.27 | 0.86 | 0 | 0.44 | 281.31 | 0.75 | 0.32 |
| Hex | 68 | 14 | 8E | 1B | 56 | 0 | 2C | 119 | 4B | 20 |
| Octal | 150 | 24 | 216 | 33 | 126 | 0 | 54 | 431 | 113 | 40 |
| Binary | 1101000 | 10100 | 10001110 | 11011 | 1010110 | 0 | 101100 | 100011001 | 1001011 | 100000 |
Color Harmonies of #68148E
Complementary color
Monochromatic Colors of #68148E
Black with #68148E
Text Example
Text Example
White with #68148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68148E; }
p { color: rgb(104,20,142); }
H1.HeaderClassName
{
color: #68148E;
}
.AnyTagClassName
{
color: #68148E;
}
</style>
background-color css
<style>
a { background-color: #68148E; }
a { background-color: rgb(104,20,142); }
div.DivClassName
{
background-color: #68148E;
}
.BgClassName
{
background-color: #68148E;
}
</style>
border-color css
<style>
span { border-color: #68148E; }
span { border-color: rgb(104,20,142); }
td.TdClassName
{
border-color: #68148E;
}
.TagClassName
{
border-color: #68148E;
}
</style>