Shades of Persian Indigo #29168C
Tints of Persian Indigo #29168C
RGB
CMYK
RGB Variations
Color information
#29168C (or 0x29168C) is known color: Persian Indigo. HEX triplet: 29, 16 and 8C. RGB value is (41,22,140). Sum of RGB (Red+Green+Blue) = 41+22+140=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #29168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29168C is #D6E973. Grayscale: #282828. Windows color (decimal): -14084468 or 9180713. OLE color: 9180713.
HSL color Cylindrical-coordinate representation of color #29168C: hue angle of 249.66º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29168C is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 22 | 140 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.45 |
| HSL | 249.66º | 0.73% | 0.32% | - |
| HSV(B) | 249.66º | 0.84% | 0.55% | - |
| XYZ | 5.93 | 2.94 | 25.07 | - |
| YUV | 41.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 140 | 0.71 | 0.84 | 0 | 0.45 | 249.66 | 0.73 | 0.32 |
| Hex | 29 | 16 | 8C | 47 | 54 | 0 | 2D | FA | 49 | 20 |
| Octal | 51 | 26 | 214 | 107 | 124 | 0 | 55 | 372 | 111 | 40 |
| Binary | 101001 | 10110 | 10001100 | 1000111 | 1010100 | 0 | 101101 | 11111010 | 1001001 | 100000 |
Color Harmonies of #29168C
Complementary color
Monochromatic Colors of #29168C
Black with #29168C
Text Example
Text Example
White with #29168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29168C; }
p { color: rgb(41,22,140); }
H1.HeaderClassName
{
color: #29168C;
}
.AnyTagClassName
{
color: #29168C;
}
</style>
background-color css
<style>
a { background-color: #29168C; }
a { background-color: rgb(41,22,140); }
div.DivClassName
{
background-color: #29168C;
}
.BgClassName
{
background-color: #29168C;
}
</style>
border-color css
<style>
span { border-color: #29168C; }
span { border-color: rgb(41,22,140); }
td.TdClassName
{
border-color: #29168C;
}
.TagClassName
{
border-color: #29168C;
}
</style>