Shades of Persian Indigo #291E7D
Tints of Persian Indigo #291E7D
RGB
CMYK
RGB Variations
Color information
#291E7D (or 0x291E7D) is known color: Persian Indigo. HEX triplet: 29, 1E and 7D. RGB value is (41,30,125). Sum of RGB (Red+Green+Blue) = 41+30+125=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #291E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E7D is #D6E182. Grayscale: #2B2B2B. Windows color (decimal): -14082435 or 8199721. OLE color: 8199721.
HSL color Cylindrical-coordinate representation of color #291E7D: hue angle of 246.95º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291E7D is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 30 | 125 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.51 |
| HSL | 246.95º | 0.61% | 0.3% | - |
| HSV(B) | 246.95º | 0.76% | 0.49% | - |
| XYZ | 5.08 | 2.88 | 19.69 | - |
| YUV | 44.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 125 | 0.67 | 0.76 | 0 | 0.51 | 246.95 | 0.61 | 0.3 |
| Hex | 29 | 1E | 7D | 43 | 4C | 0 | 33 | F7 | 3D | 1E |
| Octal | 51 | 36 | 175 | 103 | 114 | 0 | 63 | 367 | 75 | 36 |
| Binary | 101001 | 11110 | 1111101 | 1000011 | 1001100 | 0 | 110011 | 11110111 | 111101 | 11110 |
Color Harmonies of #291E7D
Complementary color
Monochromatic Colors of #291E7D
Black with #291E7D
Text Example
Text Example
White with #291E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E7D; }
p { color: rgb(41,30,125); }
H1.HeaderClassName
{
color: #291E7D;
}
.AnyTagClassName
{
color: #291E7D;
}
</style>
background-color css
<style>
a { background-color: #291E7D; }
a { background-color: rgb(41,30,125); }
div.DivClassName
{
background-color: #291E7D;
}
.BgClassName
{
background-color: #291E7D;
}
</style>
border-color css
<style>
span { border-color: #291E7D; }
span { border-color: rgb(41,30,125); }
td.TdClassName
{
border-color: #291E7D;
}
.TagClassName
{
border-color: #291E7D;
}
</style>