Shades of Persian Indigo #290A76
Tints of Persian Indigo #290A76
RGB
CMYK
RGB Variations
Color information
#290A76 (or 0x290A76) is known color: Persian Indigo. HEX triplet: 29, 0A and 76. RGB value is (41,10,118). Sum of RGB (Red+Green+Blue) = 41+10+118=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #290A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290A76 is #D6F589. Grayscale: #1F1F1F. Windows color (decimal): -14087562 or 7735849. OLE color: 7735849.
HSL color Cylindrical-coordinate representation of color #290A76: hue angle of 257.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290A76 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 10 | 118 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.54 |
| HSL | 257.22º | 0.84% | 0.25% | - |
| HSV(B) | 257.22º | 0.92% | 0.46% | - |
| XYZ | 4.29 | 2 | 17.3 | - |
| YUV | 31.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 118 | 0.65 | 0.92 | 0 | 0.54 | 257.22 | 0.84 | 0.25 |
| Hex | 29 | A | 76 | 41 | 5C | 0 | 36 | 101 | 54 | 19 |
| Octal | 51 | 12 | 166 | 101 | 134 | 0 | 66 | 401 | 124 | 31 |
| Binary | 101001 | 1010 | 1110110 | 1000001 | 1011100 | 0 | 110110 | 100000001 | 1010100 | 11001 |
Color Harmonies of #290A76
Complementary color
Monochromatic Colors of #290A76
Black with #290A76
Text Example
Text Example
White with #290A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A76; }
p { color: rgb(41,10,118); }
H1.HeaderClassName
{
color: #290A76;
}
.AnyTagClassName
{
color: #290A76;
}
</style>
background-color css
<style>
a { background-color: #290A76; }
a { background-color: rgb(41,10,118); }
div.DivClassName
{
background-color: #290A76;
}
.BgClassName
{
background-color: #290A76;
}
</style>
border-color css
<style>
span { border-color: #290A76; }
span { border-color: rgb(41,10,118); }
td.TdClassName
{
border-color: #290A76;
}
.TagClassName
{
border-color: #290A76;
}
</style>