Shades of Persian Indigo #291B77
Tints of Persian Indigo #291B77
RGB
CMYK
RGB Variations
Color information
#291B77 (or 0x291B77) is known color: Persian Indigo. HEX triplet: 29, 1B and 77. RGB value is (41,27,119). Sum of RGB (Red+Green+Blue) = 41+27+119=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #291B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B77 is #D6E488. Grayscale: #292929. Windows color (decimal): -14083209 or 7805737. OLE color: 7805737.
HSL color Cylindrical-coordinate representation of color #291B77: hue angle of 249.13º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291B77 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 27 | 119 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.53 |
| HSL | 249.13º | 0.63% | 0.29% | - |
| HSV(B) | 249.13º | 0.77% | 0.47% | - |
| XYZ | 4.64 | 2.59 | 17.71 | - |
| YUV | 41.67 | 171.64 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 119 | 0.66 | 0.77 | 0 | 0.53 | 249.13 | 0.63 | 0.29 |
| Hex | 29 | 1B | 77 | 42 | 4D | 0 | 35 | F9 | 3F | 1D |
| Octal | 51 | 33 | 167 | 102 | 115 | 0 | 65 | 371 | 77 | 35 |
| Binary | 101001 | 11011 | 1110111 | 1000010 | 1001101 | 0 | 110101 | 11111001 | 111111 | 11101 |
Color Harmonies of #291B77
Complementary color
Monochromatic Colors of #291B77
Black with #291B77
Text Example
Text Example
White with #291B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B77; }
p { color: rgb(41,27,119); }
H1.HeaderClassName
{
color: #291B77;
}
.AnyTagClassName
{
color: #291B77;
}
</style>
background-color css
<style>
a { background-color: #291B77; }
a { background-color: rgb(41,27,119); }
div.DivClassName
{
background-color: #291B77;
}
.BgClassName
{
background-color: #291B77;
}
</style>
border-color css
<style>
span { border-color: #291B77; }
span { border-color: rgb(41,27,119); }
td.TdClassName
{
border-color: #291B77;
}
.TagClassName
{
border-color: #291B77;
}
</style>