Shades of Persian Indigo #290E74
Tints of Persian Indigo #290E74
RGB
CMYK
RGB Variations
Color information
#290E74 (or 0x290E74) is known color: Persian Indigo. HEX triplet: 29, 0E and 74. RGB value is (41,14,116). Sum of RGB (Red+Green+Blue) = 41+14+116=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #290E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E74 is #D6F18B. Grayscale: #212121. Windows color (decimal): -14086540 or 7605801. OLE color: 7605801.
HSL color Cylindrical-coordinate representation of color #290E74: hue angle of 255.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290E74 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 14 | 116 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.55 |
| HSL | 255.88º | 0.78% | 0.25% | - |
| HSV(B) | 255.88º | 0.88% | 0.45% | - |
| XYZ | 4.22 | 2.05 | 16.7 | - |
| YUV | 33.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 116 | 0.65 | 0.88 | 0 | 0.55 | 255.88 | 0.78 | 0.25 |
| Hex | 29 | E | 74 | 41 | 58 | 0 | 37 | 100 | 4E | 19 |
| Octal | 51 | 16 | 164 | 101 | 130 | 0 | 67 | 400 | 116 | 31 |
| Binary | 101001 | 1110 | 1110100 | 1000001 | 1011000 | 0 | 110111 | 100000000 | 1001110 | 11001 |
Color Harmonies of #290E74
Complementary color
Monochromatic Colors of #290E74
Black with #290E74
Text Example
Text Example
White with #290E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E74; }
p { color: rgb(41,14,116); }
H1.HeaderClassName
{
color: #290E74;
}
.AnyTagClassName
{
color: #290E74;
}
</style>
background-color css
<style>
a { background-color: #290E74; }
a { background-color: rgb(41,14,116); }
div.DivClassName
{
background-color: #290E74;
}
.BgClassName
{
background-color: #290E74;
}
</style>
border-color css
<style>
span { border-color: #290E74; }
span { border-color: rgb(41,14,116); }
td.TdClassName
{
border-color: #290E74;
}
.TagClassName
{
border-color: #290E74;
}
</style>