Shades of Indigo #68129D
Tints of Indigo #68129D
RGB
CMYK
RGB Variations
Color information
#68129D (or 0x68129D) is known color: Indigo. HEX triplet: 68, 12 and 9D. RGB value is (104,18,157). Sum of RGB (Red+Green+Blue) = 104+18+157=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #68129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68129D is #97ED62. Grayscale: #3B3B3B. Windows color (decimal): -9956707 or 10293864. OLE color: 10293864.
HSL color Cylindrical-coordinate representation of color #68129D: hue angle of 277.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68129D is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 18 | 157 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.38 |
| HSL | 277.12º | 0.79% | 0.34% | - |
| HSV(B) | 277.12º | 0.89% | 0.62% | - |
| XYZ | 12.01 | 5.81 | 32.39 | - |
| YUV | 59.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 157 | 0.34 | 0.89 | 0 | 0.38 | 277.12 | 0.79 | 0.34 |
| Hex | 68 | 12 | 9D | 22 | 59 | 0 | 26 | 115 | 4F | 22 |
| Octal | 150 | 22 | 235 | 42 | 131 | 0 | 46 | 425 | 117 | 42 |
| Binary | 1101000 | 10010 | 10011101 | 100010 | 1011001 | 0 | 100110 | 100010101 | 1001111 | 100010 |
Color Harmonies of #68129D
Complementary color
Monochromatic Colors of #68129D
Black with #68129D
Text Example
Text Example
White with #68129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68129D; }
p { color: rgb(104,18,157); }
H1.HeaderClassName
{
color: #68129D;
}
.AnyTagClassName
{
color: #68129D;
}
</style>
background-color css
<style>
a { background-color: #68129D; }
a { background-color: rgb(104,18,157); }
div.DivClassName
{
background-color: #68129D;
}
.BgClassName
{
background-color: #68129D;
}
</style>
border-color css
<style>
span { border-color: #68129D; }
span { border-color: rgb(104,18,157); }
td.TdClassName
{
border-color: #68129D;
}
.TagClassName
{
border-color: #68129D;
}
</style>