Shades of Persian Indigo #291A76
Tints of Persian Indigo #291A76
RGB
CMYK
RGB Variations
Color information
#291A76 (or 0x291A76) is known color: Persian Indigo. HEX triplet: 29, 1A and 76. RGB value is (41,26,118). Sum of RGB (Red+Green+Blue) = 41+26+118=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #291A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A76 is #D6E589. Grayscale: #282828. Windows color (decimal): -14083466 or 7739945. OLE color: 7739945.
HSL color Cylindrical-coordinate representation of color #291A76: hue angle of 249.78º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #291A76 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 26 | 118 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.54 |
| HSL | 249.78º | 0.64% | 0.28% | - |
| HSV(B) | 249.78º | 0.78% | 0.46% | - |
| XYZ | 4.55 | 2.52 | 17.39 | - |
| YUV | 40.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 118 | 0.65 | 0.78 | 0 | 0.54 | 249.78 | 0.64 | 0.28 |
| Hex | 29 | 1A | 76 | 41 | 4E | 0 | 36 | FA | 40 | 1C |
| Octal | 51 | 32 | 166 | 101 | 116 | 0 | 66 | 372 | 100 | 34 |
| Binary | 101001 | 11010 | 1110110 | 1000001 | 1001110 | 0 | 110110 | 11111010 | 1000000 | 11100 |
Color Harmonies of #291A76
Complementary color
Monochromatic Colors of #291A76
Black with #291A76
Text Example
Text Example
White with #291A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A76; }
p { color: rgb(41,26,118); }
H1.HeaderClassName
{
color: #291A76;
}
.AnyTagClassName
{
color: #291A76;
}
</style>
background-color css
<style>
a { background-color: #291A76; }
a { background-color: rgb(41,26,118); }
div.DivClassName
{
background-color: #291A76;
}
.BgClassName
{
background-color: #291A76;
}
</style>
border-color css
<style>
span { border-color: #291A76; }
span { border-color: rgb(41,26,118); }
td.TdClassName
{
border-color: #291A76;
}
.TagClassName
{
border-color: #291A76;
}
</style>