Shades of Persian Indigo #29127F
Tints of Persian Indigo #29127F
RGB
CMYK
RGB Variations
Color information
#29127F (or 0x29127F) is known color: Persian Indigo. HEX triplet: 29, 12 and 7F. RGB value is (41,18,127). Sum of RGB (Red+Green+Blue) = 41+18+127=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #29127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29127F is #D6ED80. Grayscale: #242424. Windows color (decimal): -14085505 or 8327721. OLE color: 8327721.
HSL color Cylindrical-coordinate representation of color #29127F: hue angle of 252.66º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29127F is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 18 | 127 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.50 |
| HSL | 252.66º | 0.75% | 0.28% | - |
| HSV(B) | 252.66º | 0.86% | 0.5% | - |
| XYZ | 4.96 | 2.44 | 20.29 | - |
| YUV | 37.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 127 | 0.68 | 0.86 | 0 | 0.50 | 252.66 | 0.75 | 0.28 |
| Hex | 29 | 12 | 7F | 44 | 56 | 0 | 32 | FD | 4B | 1C |
| Octal | 51 | 22 | 177 | 104 | 126 | 0 | 62 | 375 | 113 | 34 |
| Binary | 101001 | 10010 | 1111111 | 1000100 | 1010110 | 0 | 110010 | 11111101 | 1001011 | 11100 |
Color Harmonies of #29127F
Complementary color
Monochromatic Colors of #29127F
Black with #29127F
Text Example
Text Example
White with #29127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29127F; }
p { color: rgb(41,18,127); }
H1.HeaderClassName
{
color: #29127F;
}
.AnyTagClassName
{
color: #29127F;
}
</style>
background-color css
<style>
a { background-color: #29127F; }
a { background-color: rgb(41,18,127); }
div.DivClassName
{
background-color: #29127F;
}
.BgClassName
{
background-color: #29127F;
}
</style>
border-color css
<style>
span { border-color: #29127F; }
span { border-color: rgb(41,18,127); }
td.TdClassName
{
border-color: #29127F;
}
.TagClassName
{
border-color: #29127F;
}
</style>