Shades of Persian Indigo #291C89
Tints of Persian Indigo #291C89
RGB
CMYK
RGB Variations
Color information
#291C89 (or 0x291C89) is known color: Persian Indigo. HEX triplet: 29, 1C and 89. RGB value is (41,28,137). Sum of RGB (Red+Green+Blue) = 41+28+137=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #291C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C89 is #D6E376. Grayscale: #2B2B2B. Windows color (decimal): -14082935 or 8985641. OLE color: 8985641.
HSL color Cylindrical-coordinate representation of color #291C89: hue angle of 247.16º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291C89 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 28 | 137 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.46 |
| HSL | 247.16º | 0.66% | 0.32% | - |
| HSV(B) | 247.16º | 0.8% | 0.54% | - |
| XYZ | 5.85 | 3.11 | 23.96 | - |
| YUV | 44.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 137 | 0.70 | 0.80 | 0 | 0.46 | 247.16 | 0.66 | 0.32 |
| Hex | 29 | 1C | 89 | 46 | 50 | 0 | 2E | F7 | 42 | 20 |
| Octal | 51 | 34 | 211 | 106 | 120 | 0 | 56 | 367 | 102 | 40 |
| Binary | 101001 | 11100 | 10001001 | 1000110 | 1010000 | 0 | 101110 | 11110111 | 1000010 | 100000 |
Color Harmonies of #291C89
Complementary color
Monochromatic Colors of #291C89
Black with #291C89
Text Example
Text Example
White with #291C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C89; }
p { color: rgb(41,28,137); }
H1.HeaderClassName
{
color: #291C89;
}
.AnyTagClassName
{
color: #291C89;
}
</style>
background-color css
<style>
a { background-color: #291C89; }
a { background-color: rgb(41,28,137); }
div.DivClassName
{
background-color: #291C89;
}
.BgClassName
{
background-color: #291C89;
}
</style>
border-color css
<style>
span { border-color: #291C89; }
span { border-color: rgb(41,28,137); }
td.TdClassName
{
border-color: #291C89;
}
.TagClassName
{
border-color: #291C89;
}
</style>