Shades of Persian Indigo #290D71
Tints of Persian Indigo #290D71
RGB
CMYK
RGB Variations
Color information
#290D71 (or 0x290D71) is known color: Persian Indigo. HEX triplet: 29, 0D and 71. RGB value is (41,13,113). Sum of RGB (Red+Green+Blue) = 41+13+113=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #290D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D71 is #D6F28E. Grayscale: #202020. Windows color (decimal): -14086799 or 7408937. OLE color: 7408937.
HSL color Cylindrical-coordinate representation of color #290D71: hue angle of 256.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290D71 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 13 | 113 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.56 |
| HSL | 256.8º | 0.79% | 0.25% | - |
| HSV(B) | 256.8º | 0.88% | 0.44% | - |
| XYZ | 4.04 | 1.95 | 15.79 | - |
| YUV | 32.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 113 | 0.64 | 0.88 | 0 | 0.56 | 256.8 | 0.79 | 0.25 |
| Hex | 29 | D | 71 | 40 | 58 | 0 | 38 | 101 | 4F | 19 |
| Octal | 51 | 15 | 161 | 100 | 130 | 0 | 70 | 401 | 117 | 31 |
| Binary | 101001 | 1101 | 1110001 | 1000000 | 1011000 | 0 | 111000 | 100000001 | 1001111 | 11001 |
Color Harmonies of #290D71
Complementary color
Monochromatic Colors of #290D71
Black with #290D71
Text Example
Text Example
White with #290D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D71; }
p { color: rgb(41,13,113); }
H1.HeaderClassName
{
color: #290D71;
}
.AnyTagClassName
{
color: #290D71;
}
</style>
background-color css
<style>
a { background-color: #290D71; }
a { background-color: rgb(41,13,113); }
div.DivClassName
{
background-color: #290D71;
}
.BgClassName
{
background-color: #290D71;
}
</style>
border-color css
<style>
span { border-color: #290D71; }
span { border-color: rgb(41,13,113); }
td.TdClassName
{
border-color: #290D71;
}
.TagClassName
{
border-color: #290D71;
}
</style>