Shades of Persian Indigo #290B77
Tints of Persian Indigo #290B77
RGB
CMYK
RGB Variations
Color information
#290B77 (or 0x290B77) is known color: Persian Indigo. HEX triplet: 29, 0B and 77. RGB value is (41,11,119). Sum of RGB (Red+Green+Blue) = 41+11+119=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #290B77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B77 is #D6F488. Grayscale: #1F1F1F. Windows color (decimal): -14087305 or 7801641. OLE color: 7801641.
HSL color Cylindrical-coordinate representation of color #290B77: hue angle of 256.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290B77 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 11 | 119 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.53 |
| HSL | 256.67º | 0.83% | 0.25% | - |
| HSV(B) | 256.67º | 0.91% | 0.47% | - |
| XYZ | 4.36 | 2.04 | 17.62 | - |
| YUV | 32.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 119 | 0.66 | 0.91 | 0 | 0.53 | 256.67 | 0.83 | 0.25 |
| Hex | 29 | B | 77 | 42 | 5B | 0 | 35 | 101 | 53 | 19 |
| Octal | 51 | 13 | 167 | 102 | 133 | 0 | 65 | 401 | 123 | 31 |
| Binary | 101001 | 1011 | 1110111 | 1000010 | 1011011 | 0 | 110101 | 100000001 | 1010011 | 11001 |
Color Harmonies of #290B77
Complementary color
Monochromatic Colors of #290B77
Black with #290B77
Text Example
Text Example
White with #290B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B77; }
p { color: rgb(41,11,119); }
H1.HeaderClassName
{
color: #290B77;
}
.AnyTagClassName
{
color: #290B77;
}
</style>
background-color css
<style>
a { background-color: #290B77; }
a { background-color: rgb(41,11,119); }
div.DivClassName
{
background-color: #290B77;
}
.BgClassName
{
background-color: #290B77;
}
</style>
border-color css
<style>
span { border-color: #290B77; }
span { border-color: rgb(41,11,119); }
td.TdClassName
{
border-color: #290B77;
}
.TagClassName
{
border-color: #290B77;
}
</style>