Shades of Persian Indigo #290D65
Tints of Persian Indigo #290D65
RGB
CMYK
RGB Variations
Color information
#290D65 (or 0x290D65) is known color: Persian Indigo. HEX triplet: 29, 0D and 65. RGB value is (41,13,101). Sum of RGB (Red+Green+Blue) = 41+13+101=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #290D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D65 is #D6F29A. Grayscale: #1F1F1F. Windows color (decimal): -14086811 or 6622505. OLE color: 6622505.
HSL color Cylindrical-coordinate representation of color #290D65: hue angle of 259.09º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #290D65 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 13 | 101 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.60 |
| HSL | 259.09º | 0.77% | 0.22% | - |
| HSV(B) | 259.09º | 0.87% | 0.4% | - |
| XYZ | 3.41 | 1.7 | 12.46 | - |
| YUV | 31.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 101 | 0.59 | 0.87 | 0 | 0.60 | 259.09 | 0.77 | 0.22 |
| Hex | 29 | D | 65 | 3B | 57 | 0 | 3C | 103 | 4D | 16 |
| Octal | 51 | 15 | 145 | 73 | 127 | 0 | 74 | 403 | 115 | 26 |
| Binary | 101001 | 1101 | 1100101 | 111011 | 1010111 | 0 | 111100 | 100000011 | 1001101 | 10110 |
Color Harmonies of #290D65
Complementary color
Monochromatic Colors of #290D65
Black with #290D65
Text Example
Text Example
White with #290D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D65; }
p { color: rgb(41,13,101); }
H1.HeaderClassName
{
color: #290D65;
}
.AnyTagClassName
{
color: #290D65;
}
</style>
background-color css
<style>
a { background-color: #290D65; }
a { background-color: rgb(41,13,101); }
div.DivClassName
{
background-color: #290D65;
}
.BgClassName
{
background-color: #290D65;
}
</style>
border-color css
<style>
span { border-color: #290D65; }
span { border-color: rgb(41,13,101); }
td.TdClassName
{
border-color: #290D65;
}
.TagClassName
{
border-color: #290D65;
}
</style>