Shades of Persian Indigo #29158F
Tints of Persian Indigo #29158F
RGB
CMYK
RGB Variations
Color information
#29158F (or 0x29158F) is known color: Persian Indigo. HEX triplet: 29, 15 and 8F. RGB value is (41,21,143). Sum of RGB (Red+Green+Blue) = 41+21+143=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #29158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29158F is #D6EA70. Grayscale: #282828. Windows color (decimal): -14084721 or 9377065. OLE color: 9377065.
HSL color Cylindrical-coordinate representation of color #29158F: hue angle of 249.84º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29158F is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 21 | 143 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.44 |
| HSL | 249.84º | 0.74% | 0.32% | - |
| HSV(B) | 249.84º | 0.85% | 0.56% | - |
| XYZ | 6.14 | 2.99 | 26.24 | - |
| YUV | 40.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 143 | 0.71 | 0.85 | 0 | 0.44 | 249.84 | 0.74 | 0.32 |
| Hex | 29 | 15 | 8F | 47 | 55 | 0 | 2C | FA | 4A | 20 |
| Octal | 51 | 25 | 217 | 107 | 125 | 0 | 54 | 372 | 112 | 40 |
| Binary | 101001 | 10101 | 10001111 | 1000111 | 1010101 | 0 | 101100 | 11111010 | 1001010 | 100000 |
Color Harmonies of #29158F
Complementary color
Monochromatic Colors of #29158F
Black with #29158F
Text Example
Text Example
White with #29158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29158F; }
p { color: rgb(41,21,143); }
H1.HeaderClassName
{
color: #29158F;
}
.AnyTagClassName
{
color: #29158F;
}
</style>
background-color css
<style>
a { background-color: #29158F; }
a { background-color: rgb(41,21,143); }
div.DivClassName
{
background-color: #29158F;
}
.BgClassName
{
background-color: #29158F;
}
</style>
border-color css
<style>
span { border-color: #29158F; }
span { border-color: rgb(41,21,143); }
td.TdClassName
{
border-color: #29158F;
}
.TagClassName
{
border-color: #29158F;
}
</style>