Shades of Persian Indigo #291F87
Tints of Persian Indigo #291F87
RGB
CMYK
RGB Variations
Color information
#291F87 (or 0x291F87) is known color: Persian Indigo. HEX triplet: 29, 1F and 87. RGB value is (41,31,135). Sum of RGB (Red+Green+Blue) = 41+31+135=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #291F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291F87 is #D6E078. Grayscale: #2D2D2D. Windows color (decimal): -14082169 or 8855337. OLE color: 8855337.
HSL color Cylindrical-coordinate representation of color #291F87: hue angle of 245.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291F87 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 31 | 135 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.47 |
| HSL | 245.77º | 0.63% | 0.33% | - |
| HSV(B) | 245.77º | 0.77% | 0.53% | - |
| XYZ | 5.78 | 3.2 | 23.23 | - |
| YUV | 45.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 135 | 0.70 | 0.77 | 0 | 0.47 | 245.77 | 0.63 | 0.33 |
| Hex | 29 | 1F | 87 | 46 | 4D | 0 | 2F | F6 | 3F | 21 |
| Octal | 51 | 37 | 207 | 106 | 115 | 0 | 57 | 366 | 77 | 41 |
| Binary | 101001 | 11111 | 10000111 | 1000110 | 1001101 | 0 | 101111 | 11110110 | 111111 | 100001 |
Color Harmonies of #291F87
Complementary color
Monochromatic Colors of #291F87
Black with #291F87
Text Example
Text Example
White with #291F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F87; }
p { color: rgb(41,31,135); }
H1.HeaderClassName
{
color: #291F87;
}
.AnyTagClassName
{
color: #291F87;
}
</style>
background-color css
<style>
a { background-color: #291F87; }
a { background-color: rgb(41,31,135); }
div.DivClassName
{
background-color: #291F87;
}
.BgClassName
{
background-color: #291F87;
}
</style>
border-color css
<style>
span { border-color: #291F87; }
span { border-color: rgb(41,31,135); }
td.TdClassName
{
border-color: #291F87;
}
.TagClassName
{
border-color: #291F87;
}
</style>