Shades of Persian Indigo #29048C
Tints of Persian Indigo #29048C
RGB
CMYK
RGB Variations
Color information
#29048C (or 0x29048C) is known color: Persian Indigo. HEX triplet: 29, 04 and 8C. RGB value is (41,4,140). Sum of RGB (Red+Green+Blue) = 41+4+140=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #29048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29048C is #D6FB73. Grayscale: #1E1E1E. Windows color (decimal): -14089076 or 9176105. OLE color: 9176105.
HSL color Cylindrical-coordinate representation of color #29048C: hue angle of 256.32º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29048C is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 4 | 140 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.45 |
| HSL | 256.32º | 0.94% | 0.28% | - |
| HSV(B) | 256.32º | 0.97% | 0.55% | - |
| XYZ | 5.69 | 2.45 | 24.98 | - |
| YUV | 30.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 140 | 0.71 | 0.97 | 0 | 0.45 | 256.32 | 0.94 | 0.28 |
| Hex | 29 | 4 | 8C | 47 | 61 | 0 | 2D | 100 | 5E | 1C |
| Octal | 51 | 4 | 214 | 107 | 141 | 0 | 55 | 400 | 136 | 34 |
| Binary | 101001 | 100 | 10001100 | 1000111 | 1100001 | 0 | 101101 | 100000000 | 1011110 | 11100 |
Color Harmonies of #29048C
Complementary color
Monochromatic Colors of #29048C
Black with #29048C
Text Example
Text Example
White with #29048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29048C; }
p { color: rgb(41,4,140); }
H1.HeaderClassName
{
color: #29048C;
}
.AnyTagClassName
{
color: #29048C;
}
</style>
background-color css
<style>
a { background-color: #29048C; }
a { background-color: rgb(41,4,140); }
div.DivClassName
{
background-color: #29048C;
}
.BgClassName
{
background-color: #29048C;
}
</style>
border-color css
<style>
span { border-color: #29048C; }
span { border-color: rgb(41,4,140); }
td.TdClassName
{
border-color: #29048C;
}
.TagClassName
{
border-color: #29048C;
}
</style>