Shades of Persian Indigo #291A85
Tints of Persian Indigo #291A85
RGB
CMYK
RGB Variations
Color information
#291A85 (or 0x291A85) is known color: Persian Indigo. HEX triplet: 29, 1A and 85. RGB value is (41,26,133). Sum of RGB (Red+Green+Blue) = 41+26+133=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #291A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A85 is #D6E57A. Grayscale: #2A2A2A. Windows color (decimal): -14083451 or 8722985. OLE color: 8722985.
HSL color Cylindrical-coordinate representation of color #291A85: hue angle of 248.41º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291A85 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 26 | 133 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.48 |
| HSL | 248.41º | 0.67% | 0.31% | - |
| HSV(B) | 248.41º | 0.8% | 0.52% | - |
| XYZ | 5.52 | 2.9 | 22.46 | - |
| YUV | 42.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 133 | 0.69 | 0.80 | 0 | 0.48 | 248.41 | 0.67 | 0.31 |
| Hex | 29 | 1A | 85 | 45 | 50 | 0 | 30 | F8 | 43 | 1F |
| Octal | 51 | 32 | 205 | 105 | 120 | 0 | 60 | 370 | 103 | 37 |
| Binary | 101001 | 11010 | 10000101 | 1000101 | 1010000 | 0 | 110000 | 11111000 | 1000011 | 11111 |
Color Harmonies of #291A85
Complementary color
Monochromatic Colors of #291A85
Black with #291A85
Text Example
Text Example
White with #291A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A85; }
p { color: rgb(41,26,133); }
H1.HeaderClassName
{
color: #291A85;
}
.AnyTagClassName
{
color: #291A85;
}
</style>
background-color css
<style>
a { background-color: #291A85; }
a { background-color: rgb(41,26,133); }
div.DivClassName
{
background-color: #291A85;
}
.BgClassName
{
background-color: #291A85;
}
</style>
border-color css
<style>
span { border-color: #291A85; }
span { border-color: rgb(41,26,133); }
td.TdClassName
{
border-color: #291A85;
}
.TagClassName
{
border-color: #291A85;
}
</style>