Shades of Persian Indigo #291C76
Tints of Persian Indigo #291C76
RGB
CMYK
RGB Variations
Color information
#291C76 (or 0x291C76) is known color: Persian Indigo. HEX triplet: 29, 1C and 76. RGB value is (41,28,118). Sum of RGB (Red+Green+Blue) = 41+28+118=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #291C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C76 is #D6E389. Grayscale: #292929. Windows color (decimal): -14082954 or 7740457. OLE color: 7740457.
HSL color Cylindrical-coordinate representation of color #291C76: hue angle of 248.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291C76 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 28 | 118 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.54 |
| HSL | 248.67º | 0.62% | 0.29% | - |
| HSV(B) | 248.67º | 0.76% | 0.46% | - |
| XYZ | 4.6 | 2.61 | 17.4 | - |
| YUV | 42.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 118 | 0.65 | 0.76 | 0 | 0.54 | 248.67 | 0.62 | 0.29 |
| Hex | 29 | 1C | 76 | 41 | 4C | 0 | 36 | F9 | 3E | 1D |
| Octal | 51 | 34 | 166 | 101 | 114 | 0 | 66 | 371 | 76 | 35 |
| Binary | 101001 | 11100 | 1110110 | 1000001 | 1001100 | 0 | 110110 | 11111001 | 111110 | 11101 |
Color Harmonies of #291C76
Complementary color
Monochromatic Colors of #291C76
Black with #291C76
Text Example
Text Example
White with #291C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C76; }
p { color: rgb(41,28,118); }
H1.HeaderClassName
{
color: #291C76;
}
.AnyTagClassName
{
color: #291C76;
}
</style>
background-color css
<style>
a { background-color: #291C76; }
a { background-color: rgb(41,28,118); }
div.DivClassName
{
background-color: #291C76;
}
.BgClassName
{
background-color: #291C76;
}
</style>
border-color css
<style>
span { border-color: #291C76; }
span { border-color: rgb(41,28,118); }
td.TdClassName
{
border-color: #291C76;
}
.TagClassName
{
border-color: #291C76;
}
</style>