Shades of Persian Indigo #29188B
Tints of Persian Indigo #29188B
RGB
CMYK
RGB Variations
Color information
#29188B (or 0x29188B) is known color: Persian Indigo. HEX triplet: 29, 18 and 8B. RGB value is (41,24,139). Sum of RGB (Red+Green+Blue) = 41+24+139=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #29188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29188B is #D6E774. Grayscale: #292929. Windows color (decimal): -14083957 or 9115689. OLE color: 9115689.
HSL color Cylindrical-coordinate representation of color #29188B: hue angle of 248.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29188B is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 24 | 139 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.45 |
| HSL | 248.87º | 0.71% | 0.32% | - |
| HSV(B) | 248.87º | 0.83% | 0.55% | - |
| XYZ | 5.9 | 2.99 | 24.69 | - |
| YUV | 42.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 139 | 0.71 | 0.83 | 0 | 0.45 | 248.87 | 0.71 | 0.32 |
| Hex | 29 | 18 | 8B | 47 | 53 | 0 | 2D | F9 | 47 | 20 |
| Octal | 51 | 30 | 213 | 107 | 123 | 0 | 55 | 371 | 107 | 40 |
| Binary | 101001 | 11000 | 10001011 | 1000111 | 1010011 | 0 | 101101 | 11111001 | 1000111 | 100000 |
Color Harmonies of #29188B
Complementary color
Monochromatic Colors of #29188B
Black with #29188B
Text Example
Text Example
White with #29188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29188B; }
p { color: rgb(41,24,139); }
H1.HeaderClassName
{
color: #29188B;
}
.AnyTagClassName
{
color: #29188B;
}
</style>
background-color css
<style>
a { background-color: #29188B; }
a { background-color: rgb(41,24,139); }
div.DivClassName
{
background-color: #29188B;
}
.BgClassName
{
background-color: #29188B;
}
</style>
border-color css
<style>
span { border-color: #29188B; }
span { border-color: rgb(41,24,139); }
td.TdClassName
{
border-color: #29188B;
}
.TagClassName
{
border-color: #29188B;
}
</style>