Shades of Persian Indigo #290D87
Tints of Persian Indigo #290D87
RGB
CMYK
RGB Variations
Color information
#290D87 (or 0x290D87) is known color: Persian Indigo. HEX triplet: 29, 0D and 87. RGB value is (41,13,135). Sum of RGB (Red+Green+Blue) = 41+13+135=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #290D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290D87 is #D6F278. Grayscale: #222222. Windows color (decimal): -14086777 or 8850729. OLE color: 8850729.
HSL color Cylindrical-coordinate representation of color #290D87: hue angle of 253.77º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290D87 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 13 | 135 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.47 |
| HSL | 253.77º | 0.82% | 0.29% | - |
| HSV(B) | 253.77º | 0.9% | 0.53% | - |
| XYZ | 5.43 | 2.51 | 23.12 | - |
| YUV | 35.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 135 | 0.70 | 0.90 | 0 | 0.47 | 253.77 | 0.82 | 0.29 |
| Hex | 29 | D | 87 | 46 | 5A | 0 | 2F | FE | 52 | 1D |
| Octal | 51 | 15 | 207 | 106 | 132 | 0 | 57 | 376 | 122 | 35 |
| Binary | 101001 | 1101 | 10000111 | 1000110 | 1011010 | 0 | 101111 | 11111110 | 1010010 | 11101 |
Color Harmonies of #290D87
Complementary color
Monochromatic Colors of #290D87
Black with #290D87
Text Example
Text Example
White with #290D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D87; }
p { color: rgb(41,13,135); }
H1.HeaderClassName
{
color: #290D87;
}
.AnyTagClassName
{
color: #290D87;
}
</style>
background-color css
<style>
a { background-color: #290D87; }
a { background-color: rgb(41,13,135); }
div.DivClassName
{
background-color: #290D87;
}
.BgClassName
{
background-color: #290D87;
}
</style>
border-color css
<style>
span { border-color: #290D87; }
span { border-color: rgb(41,13,135); }
td.TdClassName
{
border-color: #290D87;
}
.TagClassName
{
border-color: #290D87;
}
</style>