Shades of Persian Indigo #290C6D
Tints of Persian Indigo #290C6D
RGB
CMYK
RGB Variations
Color information
#290C6D (or 0x290C6D) is known color: Persian Indigo. HEX triplet: 29, 0C and 6D. RGB value is (41,12,109). Sum of RGB (Red+Green+Blue) = 41+12+109=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #290C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C6D is #D6F392. Grayscale: #1F1F1F. Windows color (decimal): -14087059 or 7146537. OLE color: 7146537.
HSL color Cylindrical-coordinate representation of color #290C6D: hue angle of 257.94º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290C6D is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 12 | 109 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.57 |
| HSL | 257.94º | 0.8% | 0.24% | - |
| HSV(B) | 257.94º | 0.89% | 0.43% | - |
| XYZ | 3.81 | 1.84 | 14.62 | - |
| YUV | 31.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 109 | 0.62 | 0.89 | 0 | 0.57 | 257.94 | 0.8 | 0.24 |
| Hex | 29 | C | 6D | 3E | 59 | 0 | 39 | 102 | 50 | 18 |
| Octal | 51 | 14 | 155 | 76 | 131 | 0 | 71 | 402 | 120 | 30 |
| Binary | 101001 | 1100 | 1101101 | 111110 | 1011001 | 0 | 111001 | 100000010 | 1010000 | 11000 |
Color Harmonies of #290C6D
Complementary color
Monochromatic Colors of #290C6D
Black with #290C6D
Text Example
Text Example
White with #290C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C6D; }
p { color: rgb(41,12,109); }
H1.HeaderClassName
{
color: #290C6D;
}
.AnyTagClassName
{
color: #290C6D;
}
</style>
background-color css
<style>
a { background-color: #290C6D; }
a { background-color: rgb(41,12,109); }
div.DivClassName
{
background-color: #290C6D;
}
.BgClassName
{
background-color: #290C6D;
}
</style>
border-color css
<style>
span { border-color: #290C6D; }
span { border-color: rgb(41,12,109); }
td.TdClassName
{
border-color: #290C6D;
}
.TagClassName
{
border-color: #290C6D;
}
</style>