Shades of Persian Indigo #291E7A
Tints of Persian Indigo #291E7A
RGB
CMYK
RGB Variations
Color information
#291E7A (or 0x291E7A) is known color: Persian Indigo. HEX triplet: 29, 1E and 7A. RGB value is (41,30,122). Sum of RGB (Red+Green+Blue) = 41+30+122=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #291E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E7A is #D6E185. Grayscale: #2B2B2B. Windows color (decimal): -14082438 or 8003113. OLE color: 8003113.
HSL color Cylindrical-coordinate representation of color #291E7A: hue angle of 247.17º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291E7A is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 30 | 122 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.52 |
| HSL | 247.17º | 0.61% | 0.3% | - |
| HSV(B) | 247.17º | 0.75% | 0.48% | - |
| XYZ | 4.89 | 2.81 | 18.7 | - |
| YUV | 43.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 122 | 0.66 | 0.75 | 0 | 0.52 | 247.17 | 0.61 | 0.3 |
| Hex | 29 | 1E | 7A | 42 | 4B | 0 | 34 | F7 | 3D | 1E |
| Octal | 51 | 36 | 172 | 102 | 113 | 0 | 64 | 367 | 75 | 36 |
| Binary | 101001 | 11110 | 1111010 | 1000010 | 1001011 | 0 | 110100 | 11110111 | 111101 | 11110 |
Color Harmonies of #291E7A
Complementary color
Monochromatic Colors of #291E7A
Black with #291E7A
Text Example
Text Example
White with #291E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E7A; }
p { color: rgb(41,30,122); }
H1.HeaderClassName
{
color: #291E7A;
}
.AnyTagClassName
{
color: #291E7A;
}
</style>
background-color css
<style>
a { background-color: #291E7A; }
a { background-color: rgb(41,30,122); }
div.DivClassName
{
background-color: #291E7A;
}
.BgClassName
{
background-color: #291E7A;
}
</style>
border-color css
<style>
span { border-color: #291E7A; }
span { border-color: rgb(41,30,122); }
td.TdClassName
{
border-color: #291E7A;
}
.TagClassName
{
border-color: #291E7A;
}
</style>