Shades of Persian Indigo #290F70
Tints of Persian Indigo #290F70
RGB
CMYK
RGB Variations
Color information
#290F70 (or 0x290F70) is known color: Persian Indigo. HEX triplet: 29, 0F and 70. RGB value is (41,15,112). Sum of RGB (Red+Green+Blue) = 41+15+112=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #290F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F70 is #D6F08F. Grayscale: #212121. Windows color (decimal): -14086288 or 7343913. OLE color: 7343913.
HSL color Cylindrical-coordinate representation of color #290F70: hue angle of 256.08º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #290F70 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 15 | 112 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.56 |
| HSL | 256.08º | 0.76% | 0.25% | - |
| HSV(B) | 256.08º | 0.87% | 0.44% | - |
| XYZ | 4.01 | 1.98 | 15.5 | - |
| YUV | 33.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 112 | 0.63 | 0.87 | 0 | 0.56 | 256.08 | 0.76 | 0.25 |
| Hex | 29 | F | 70 | 3F | 57 | 0 | 38 | 100 | 4C | 19 |
| Octal | 51 | 17 | 160 | 77 | 127 | 0 | 70 | 400 | 114 | 31 |
| Binary | 101001 | 1111 | 1110000 | 111111 | 1010111 | 0 | 111000 | 100000000 | 1001100 | 11001 |
Color Harmonies of #290F70
Complementary color
Monochromatic Colors of #290F70
Black with #290F70
Text Example
Text Example
White with #290F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F70; }
p { color: rgb(41,15,112); }
H1.HeaderClassName
{
color: #290F70;
}
.AnyTagClassName
{
color: #290F70;
}
</style>
background-color css
<style>
a { background-color: #290F70; }
a { background-color: rgb(41,15,112); }
div.DivClassName
{
background-color: #290F70;
}
.BgClassName
{
background-color: #290F70;
}
</style>
border-color css
<style>
span { border-color: #290F70; }
span { border-color: rgb(41,15,112); }
td.TdClassName
{
border-color: #290F70;
}
.TagClassName
{
border-color: #290F70;
}
</style>