Shades of Persian Indigo #29218B
Tints of Persian Indigo #29218B
RGB
CMYK
RGB Variations
Color information
#29218B (or 0x29218B) is known color: Persian Indigo. HEX triplet: 29, 21 and 8B. RGB value is (41,33,139). Sum of RGB (Red+Green+Blue) = 41+33+139=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #29218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29218B is #D6DE74. Grayscale: #2F2F2F. Windows color (decimal): -14081653 or 9117993. OLE color: 9117993.
HSL color Cylindrical-coordinate representation of color #29218B: hue angle of 244.53º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29218B is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 33 | 139 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.45 |
| HSL | 244.53º | 0.62% | 0.34% | - |
| HSV(B) | 244.53º | 0.76% | 0.55% | - |
| XYZ | 6.12 | 3.42 | 24.76 | - |
| YUV | 47.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 139 | 0.71 | 0.76 | 0 | 0.45 | 244.53 | 0.62 | 0.34 |
| Hex | 29 | 21 | 8B | 47 | 4C | 0 | 2D | F5 | 3E | 22 |
| Octal | 51 | 41 | 213 | 107 | 114 | 0 | 55 | 365 | 76 | 42 |
| Binary | 101001 | 100001 | 10001011 | 1000111 | 1001100 | 0 | 101101 | 11110101 | 111110 | 100010 |
Color Harmonies of #29218B
Complementary color
Monochromatic Colors of #29218B
Black with #29218B
Text Example
Text Example
White with #29218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29218B; }
p { color: rgb(41,33,139); }
H1.HeaderClassName
{
color: #29218B;
}
.AnyTagClassName
{
color: #29218B;
}
</style>
background-color css
<style>
a { background-color: #29218B; }
a { background-color: rgb(41,33,139); }
div.DivClassName
{
background-color: #29218B;
}
.BgClassName
{
background-color: #29218B;
}
</style>
border-color css
<style>
span { border-color: #29218B; }
span { border-color: rgb(41,33,139); }
td.TdClassName
{
border-color: #29218B;
}
.TagClassName
{
border-color: #29218B;
}
</style>