Shades of Persian Indigo #29187B
Tints of Persian Indigo #29187B
RGB
CMYK
RGB Variations
Color information
#29187B (or 0x29187B) is known color: Persian Indigo. HEX triplet: 29, 18 and 7B. RGB value is (41,24,123). Sum of RGB (Red+Green+Blue) = 41+24+123=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #29187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29187B is #D6E784. Grayscale: #272727. Windows color (decimal): -14083973 or 8067113. OLE color: 8067113.
HSL color Cylindrical-coordinate representation of color #29187B: hue angle of 250.3º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29187B is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 24 | 123 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.52 |
| HSL | 250.3º | 0.67% | 0.29% | - |
| HSV(B) | 250.3º | 0.8% | 0.48% | - |
| XYZ | 4.82 | 2.55 | 18.98 | - |
| YUV | 40.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 123 | 0.67 | 0.80 | 0 | 0.52 | 250.3 | 0.67 | 0.29 |
| Hex | 29 | 18 | 7B | 43 | 50 | 0 | 34 | FA | 43 | 1D |
| Octal | 51 | 30 | 173 | 103 | 120 | 0 | 64 | 372 | 103 | 35 |
| Binary | 101001 | 11000 | 1111011 | 1000011 | 1010000 | 0 | 110100 | 11111010 | 1000011 | 11101 |
Color Harmonies of #29187B
Complementary color
Monochromatic Colors of #29187B
Black with #29187B
Text Example
Text Example
White with #29187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29187B; }
p { color: rgb(41,24,123); }
H1.HeaderClassName
{
color: #29187B;
}
.AnyTagClassName
{
color: #29187B;
}
</style>
background-color css
<style>
a { background-color: #29187B; }
a { background-color: rgb(41,24,123); }
div.DivClassName
{
background-color: #29187B;
}
.BgClassName
{
background-color: #29187B;
}
</style>
border-color css
<style>
span { border-color: #29187B; }
span { border-color: rgb(41,24,123); }
td.TdClassName
{
border-color: #29187B;
}
.TagClassName
{
border-color: #29187B;
}
</style>