Shades of Persian Indigo #290A75
Tints of Persian Indigo #290A75
RGB
CMYK
RGB Variations
Color information
#290A75 (or 0x290A75) is known color: Persian Indigo. HEX triplet: 29, 0A and 75. RGB value is (41,10,117). Sum of RGB (Red+Green+Blue) = 41+10+117=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #290A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290A75 is #D6F58A. Grayscale: #1F1F1F. Windows color (decimal): -14087563 or 7670313. OLE color: 7670313.
HSL color Cylindrical-coordinate representation of color #290A75: hue angle of 257.38º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290A75 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 10 | 117 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.54 |
| HSL | 257.38º | 0.84% | 0.25% | - |
| HSV(B) | 257.38º | 0.91% | 0.46% | - |
| XYZ | 4.23 | 1.97 | 16.99 | - |
| YUV | 31.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 117 | 0.65 | 0.91 | 0 | 0.54 | 257.38 | 0.84 | 0.25 |
| Hex | 29 | A | 75 | 41 | 5B | 0 | 36 | 101 | 54 | 19 |
| Octal | 51 | 12 | 165 | 101 | 133 | 0 | 66 | 401 | 124 | 31 |
| Binary | 101001 | 1010 | 1110101 | 1000001 | 1011011 | 0 | 110110 | 100000001 | 1010100 | 11001 |
Color Harmonies of #290A75
Complementary color
Monochromatic Colors of #290A75
Black with #290A75
Text Example
Text Example
White with #290A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A75; }
p { color: rgb(41,10,117); }
H1.HeaderClassName
{
color: #290A75;
}
.AnyTagClassName
{
color: #290A75;
}
</style>
background-color css
<style>
a { background-color: #290A75; }
a { background-color: rgb(41,10,117); }
div.DivClassName
{
background-color: #290A75;
}
.BgClassName
{
background-color: #290A75;
}
</style>
border-color css
<style>
span { border-color: #290A75; }
span { border-color: rgb(41,10,117); }
td.TdClassName
{
border-color: #290A75;
}
.TagClassName
{
border-color: #290A75;
}
</style>