Shades of Persian Indigo #29187C
Tints of Persian Indigo #29187C
RGB
CMYK
RGB Variations
Color information
#29187C (or 0x29187C) is known color: Persian Indigo. HEX triplet: 29, 18 and 7C. RGB value is (41,24,124). Sum of RGB (Red+Green+Blue) = 41+24+124=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #29187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29187C is #D6E783. Grayscale: #282828. Windows color (decimal): -14083972 or 8132649. OLE color: 8132649.
HSL color Cylindrical-coordinate representation of color #29187C: hue angle of 250.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29187C is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 24 | 124 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.51 |
| HSL | 250.2º | 0.68% | 0.29% | - |
| HSV(B) | 250.2º | 0.81% | 0.49% | - |
| XYZ | 4.88 | 2.58 | 19.31 | - |
| YUV | 40.48 | 175.13 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 124 | 0.67 | 0.81 | 0 | 0.51 | 250.2 | 0.68 | 0.29 |
| Hex | 29 | 18 | 7C | 43 | 51 | 0 | 33 | FA | 44 | 1D |
| Octal | 51 | 30 | 174 | 103 | 121 | 0 | 63 | 372 | 104 | 35 |
| Binary | 101001 | 11000 | 1111100 | 1000011 | 1010001 | 0 | 110011 | 11111010 | 1000100 | 11101 |
Color Harmonies of #29187C
Complementary color
Monochromatic Colors of #29187C
Black with #29187C
Text Example
Text Example
White with #29187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29187C; }
p { color: rgb(41,24,124); }
H1.HeaderClassName
{
color: #29187C;
}
.AnyTagClassName
{
color: #29187C;
}
</style>
background-color css
<style>
a { background-color: #29187C; }
a { background-color: rgb(41,24,124); }
div.DivClassName
{
background-color: #29187C;
}
.BgClassName
{
background-color: #29187C;
}
</style>
border-color css
<style>
span { border-color: #29187C; }
span { border-color: rgb(41,24,124); }
td.TdClassName
{
border-color: #29187C;
}
.TagClassName
{
border-color: #29187C;
}
</style>