Shades of Persian Indigo #290A71
Tints of Persian Indigo #290A71
RGB
CMYK
RGB Variations
Color information
#290A71 (or 0x290A71) is known color: Persian Indigo. HEX triplet: 29, 0A and 71. RGB value is (41,10,113). Sum of RGB (Red+Green+Blue) = 41+10+113=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #290A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290A71 is #D6F58E. Grayscale: #1E1E1E. Windows color (decimal): -14087567 or 7408169. OLE color: 7408169.
HSL color Cylindrical-coordinate representation of color #290A71: hue angle of 258.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290A71 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 10 | 113 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.56 |
| HSL | 258.06º | 0.84% | 0.24% | - |
| HSV(B) | 258.06º | 0.91% | 0.44% | - |
| XYZ | 4 | 1.88 | 15.77 | - |
| YUV | 31.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 113 | 0.64 | 0.91 | 0 | 0.56 | 258.06 | 0.84 | 0.24 |
| Hex | 29 | A | 71 | 40 | 5B | 0 | 38 | 102 | 54 | 18 |
| Octal | 51 | 12 | 161 | 100 | 133 | 0 | 70 | 402 | 124 | 30 |
| Binary | 101001 | 1010 | 1110001 | 1000000 | 1011011 | 0 | 111000 | 100000010 | 1010100 | 11000 |
Color Harmonies of #290A71
Complementary color
Monochromatic Colors of #290A71
Black with #290A71
Text Example
Text Example
White with #290A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A71; }
p { color: rgb(41,10,113); }
H1.HeaderClassName
{
color: #290A71;
}
.AnyTagClassName
{
color: #290A71;
}
</style>
background-color css
<style>
a { background-color: #290A71; }
a { background-color: rgb(41,10,113); }
div.DivClassName
{
background-color: #290A71;
}
.BgClassName
{
background-color: #290A71;
}
</style>
border-color css
<style>
span { border-color: #290A71; }
span { border-color: rgb(41,10,113); }
td.TdClassName
{
border-color: #290A71;
}
.TagClassName
{
border-color: #290A71;
}
</style>