Shades of Persian Indigo #290E85
Tints of Persian Indigo #290E85
RGB
CMYK
RGB Variations
Color information
#290E85 (or 0x290E85) is known color: Persian Indigo. HEX triplet: 29, 0E and 85. RGB value is (41,14,133). Sum of RGB (Red+Green+Blue) = 41+14+133=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #290E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290E85 is #D6F17A. Grayscale: #232323. Windows color (decimal): -14086523 or 8719913. OLE color: 8719913.
HSL color Cylindrical-coordinate representation of color #290E85: hue angle of 253.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290E85 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 14 | 133 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.48 |
| HSL | 253.61º | 0.81% | 0.29% | - |
| HSV(B) | 253.61º | 0.89% | 0.52% | - |
| XYZ | 5.31 | 2.48 | 22.39 | - |
| YUV | 35.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 133 | 0.69 | 0.89 | 0 | 0.48 | 253.61 | 0.81 | 0.29 |
| Hex | 29 | E | 85 | 45 | 59 | 0 | 30 | FE | 51 | 1D |
| Octal | 51 | 16 | 205 | 105 | 131 | 0 | 60 | 376 | 121 | 35 |
| Binary | 101001 | 1110 | 10000101 | 1000101 | 1011001 | 0 | 110000 | 11111110 | 1010001 | 11101 |
Color Harmonies of #290E85
Complementary color
Monochromatic Colors of #290E85
Black with #290E85
Text Example
Text Example
White with #290E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E85; }
p { color: rgb(41,14,133); }
H1.HeaderClassName
{
color: #290E85;
}
.AnyTagClassName
{
color: #290E85;
}
</style>
background-color css
<style>
a { background-color: #290E85; }
a { background-color: rgb(41,14,133); }
div.DivClassName
{
background-color: #290E85;
}
.BgClassName
{
background-color: #290E85;
}
</style>
border-color css
<style>
span { border-color: #290E85; }
span { border-color: rgb(41,14,133); }
td.TdClassName
{
border-color: #290E85;
}
.TagClassName
{
border-color: #290E85;
}
</style>