Shades of Persian Indigo #290D8E
Tints of Persian Indigo #290D8E
RGB
CMYK
RGB Variations
Color information
#290D8E (or 0x290D8E) is known color: Persian Indigo. HEX triplet: 29, 0D and 8E. RGB value is (41,13,142). Sum of RGB (Red+Green+Blue) = 41+13+142=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #290D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290D8E is #D6F271. Grayscale: #232323. Windows color (decimal): -14086770 or 9309481. OLE color: 9309481.
HSL color Cylindrical-coordinate representation of color #290D8E: hue angle of 253.02º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290D8E is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 13 | 142 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.44 |
| HSL | 253.02º | 0.83% | 0.3% | - |
| HSV(B) | 253.02º | 0.91% | 0.56% | - |
| XYZ | 5.94 | 2.71 | 25.8 | - |
| YUV | 36.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 142 | 0.71 | 0.91 | 0 | 0.44 | 253.02 | 0.83 | 0.3 |
| Hex | 29 | D | 8E | 47 | 5B | 0 | 2C | FD | 53 | 1E |
| Octal | 51 | 15 | 216 | 107 | 133 | 0 | 54 | 375 | 123 | 36 |
| Binary | 101001 | 1101 | 10001110 | 1000111 | 1011011 | 0 | 101100 | 11111101 | 1010011 | 11110 |
Color Harmonies of #290D8E
Complementary color
Monochromatic Colors of #290D8E
Black with #290D8E
Text Example
Text Example
White with #290D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D8E; }
p { color: rgb(41,13,142); }
H1.HeaderClassName
{
color: #290D8E;
}
.AnyTagClassName
{
color: #290D8E;
}
</style>
background-color css
<style>
a { background-color: #290D8E; }
a { background-color: rgb(41,13,142); }
div.DivClassName
{
background-color: #290D8E;
}
.BgClassName
{
background-color: #290D8E;
}
</style>
border-color css
<style>
span { border-color: #290D8E; }
span { border-color: rgb(41,13,142); }
td.TdClassName
{
border-color: #290D8E;
}
.TagClassName
{
border-color: #290D8E;
}
</style>