Shades of Persian Indigo #290D76
Tints of Persian Indigo #290D76
RGB
CMYK
RGB Variations
Color information
#290D76 (or 0x290D76) is known color: Persian Indigo. HEX triplet: 29, 0D and 76. RGB value is (41,13,118). Sum of RGB (Red+Green+Blue) = 41+13+118=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #290D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D76 is #D6F289. Grayscale: #202020. Windows color (decimal): -14086794 or 7736617. OLE color: 7736617.
HSL color Cylindrical-coordinate representation of color #290D76: hue angle of 256º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290D76 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 13 | 118 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.54 |
| HSL | 256º | 0.8% | 0.26% | - |
| HSV(B) | 256º | 0.89% | 0.46% | - |
| XYZ | 4.33 | 2.07 | 17.31 | - |
| YUV | 33.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 118 | 0.65 | 0.89 | 0 | 0.54 | 256 | 0.8 | 0.26 |
| Hex | 29 | D | 76 | 41 | 59 | 0 | 36 | 100 | 50 | 1A |
| Octal | 51 | 15 | 166 | 101 | 131 | 0 | 66 | 400 | 120 | 32 |
| Binary | 101001 | 1101 | 1110110 | 1000001 | 1011001 | 0 | 110110 | 100000000 | 1010000 | 11010 |
Color Harmonies of #290D76
Complementary color
Monochromatic Colors of #290D76
Black with #290D76
Text Example
Text Example
White with #290D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D76; }
p { color: rgb(41,13,118); }
H1.HeaderClassName
{
color: #290D76;
}
.AnyTagClassName
{
color: #290D76;
}
</style>
background-color css
<style>
a { background-color: #290D76; }
a { background-color: rgb(41,13,118); }
div.DivClassName
{
background-color: #290D76;
}
.BgClassName
{
background-color: #290D76;
}
</style>
border-color css
<style>
span { border-color: #290D76; }
span { border-color: rgb(41,13,118); }
td.TdClassName
{
border-color: #290D76;
}
.TagClassName
{
border-color: #290D76;
}
</style>