Shades of Persian Indigo #291882
Tints of Persian Indigo #291882
RGB
CMYK
RGB Variations
Color information
#291882 (or 0x291882) is known color: Persian Indigo. HEX triplet: 29, 18 and 82. RGB value is (41,24,130). Sum of RGB (Red+Green+Blue) = 41+24+130=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #291882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291882 is #D6E77D. Grayscale: #282828. Windows color (decimal): -14083966 or 8525865. OLE color: 8525865.
HSL color Cylindrical-coordinate representation of color #291882: hue angle of 249.62º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291882 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 24 | 130 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.49 |
| HSL | 249.62º | 0.69% | 0.3% | - |
| HSV(B) | 249.62º | 0.82% | 0.51% | - |
| XYZ | 5.27 | 2.74 | 21.37 | - |
| YUV | 41.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 130 | 0.68 | 0.82 | 0 | 0.49 | 249.62 | 0.69 | 0.3 |
| Hex | 29 | 18 | 82 | 44 | 52 | 0 | 31 | FA | 45 | 1E |
| Octal | 51 | 30 | 202 | 104 | 122 | 0 | 61 | 372 | 105 | 36 |
| Binary | 101001 | 11000 | 10000010 | 1000100 | 1010010 | 0 | 110001 | 11111010 | 1000101 | 11110 |
Color Harmonies of #291882
Complementary color
Monochromatic Colors of #291882
Black with #291882
Text Example
Text Example
White with #291882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291882; }
p { color: rgb(41,24,130); }
H1.HeaderClassName
{
color: #291882;
}
.AnyTagClassName
{
color: #291882;
}
</style>
background-color css
<style>
a { background-color: #291882; }
a { background-color: rgb(41,24,130); }
div.DivClassName
{
background-color: #291882;
}
.BgClassName
{
background-color: #291882;
}
</style>
border-color css
<style>
span { border-color: #291882; }
span { border-color: rgb(41,24,130); }
td.TdClassName
{
border-color: #291882;
}
.TagClassName
{
border-color: #291882;
}
</style>