Shades of Persian Indigo #291A7F
Tints of Persian Indigo #291A7F
RGB
CMYK
RGB Variations
Color information
#291A7F (or 0x291A7F) is known color: Persian Indigo. HEX triplet: 29, 1A and 7F. RGB value is (41,26,127). Sum of RGB (Red+Green+Blue) = 41+26+127=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #291A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A7F is #D6E580. Grayscale: #292929. Windows color (decimal): -14083457 or 8329769. OLE color: 8329769.
HSL color Cylindrical-coordinate representation of color #291A7F: hue angle of 248.91º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291A7F is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 26 | 127 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.50 |
| HSL | 248.91º | 0.66% | 0.3% | - |
| HSV(B) | 248.91º | 0.8% | 0.5% | - |
| XYZ | 5.11 | 2.74 | 20.34 | - |
| YUV | 42 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 127 | 0.68 | 0.80 | 0 | 0.50 | 248.91 | 0.66 | 0.3 |
| Hex | 29 | 1A | 7F | 44 | 50 | 0 | 32 | F9 | 42 | 1E |
| Octal | 51 | 32 | 177 | 104 | 120 | 0 | 62 | 371 | 102 | 36 |
| Binary | 101001 | 11010 | 1111111 | 1000100 | 1010000 | 0 | 110010 | 11111001 | 1000010 | 11110 |
Color Harmonies of #291A7F
Complementary color
Monochromatic Colors of #291A7F
Black with #291A7F
Text Example
Text Example
White with #291A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A7F; }
p { color: rgb(41,26,127); }
H1.HeaderClassName
{
color: #291A7F;
}
.AnyTagClassName
{
color: #291A7F;
}
</style>
background-color css
<style>
a { background-color: #291A7F; }
a { background-color: rgb(41,26,127); }
div.DivClassName
{
background-color: #291A7F;
}
.BgClassName
{
background-color: #291A7F;
}
</style>
border-color css
<style>
span { border-color: #291A7F; }
span { border-color: rgb(41,26,127); }
td.TdClassName
{
border-color: #291A7F;
}
.TagClassName
{
border-color: #291A7F;
}
</style>