Shades of Persian Indigo #290E90
Tints of Persian Indigo #290E90
RGB
CMYK
RGB Variations
Color information
#290E90 (or 0x290E90) is known color: Persian Indigo. HEX triplet: 29, 0E and 90. RGB value is (41,14,144). Sum of RGB (Red+Green+Blue) = 41+14+144=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #290E90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290E90 is #D6F16F. Grayscale: #242424. Windows color (decimal): -14086512 or 9440809. OLE color: 9440809.
HSL color Cylindrical-coordinate representation of color #290E90: hue angle of 252.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290E90 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 14 | 144 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.44 |
| HSL | 252.46º | 0.82% | 0.31% | - |
| HSV(B) | 252.46º | 0.9% | 0.56% | - |
| XYZ | 6.11 | 2.8 | 26.6 | - |
| YUV | 36.89 | 188.45 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 144 | 0.72 | 0.90 | 0 | 0.44 | 252.46 | 0.82 | 0.31 |
| Hex | 29 | E | 90 | 48 | 5A | 0 | 2C | FC | 52 | 1F |
| Octal | 51 | 16 | 220 | 110 | 132 | 0 | 54 | 374 | 122 | 37 |
| Binary | 101001 | 1110 | 10010000 | 1001000 | 1011010 | 0 | 101100 | 11111100 | 1010010 | 11111 |
Color Harmonies of #290E90
Complementary color
Monochromatic Colors of #290E90
Black with #290E90
Text Example
Text Example
White with #290E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E90; }
p { color: rgb(41,14,144); }
H1.HeaderClassName
{
color: #290E90;
}
.AnyTagClassName
{
color: #290E90;
}
</style>
background-color css
<style>
a { background-color: #290E90; }
a { background-color: rgb(41,14,144); }
div.DivClassName
{
background-color: #290E90;
}
.BgClassName
{
background-color: #290E90;
}
</style>
border-color css
<style>
span { border-color: #290E90; }
span { border-color: rgb(41,14,144); }
td.TdClassName
{
border-color: #290E90;
}
.TagClassName
{
border-color: #290E90;
}
</style>