Shades of Persian Blue #291AB0
Tints of Persian Blue #291AB0
RGB
CMYK
RGB Variations
Color information
#291AB0 (or 0x291AB0) is known color: Persian Blue. HEX triplet: 29, 1A and B0. RGB value is (41,26,176). Sum of RGB (Red+Green+Blue) = 41+26+176=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 176 (69.14% from 255 or 72.43% from 243); Max value from RGB is 176 - color contains mainly: blue. Hex color #291AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291AB0 is #D6E54F. Grayscale: #2F2F2F. Windows color (decimal): -14083408 or 11541033. OLE color: 11541033.
HSL color Cylindrical-coordinate representation of color #291AB0: hue angle of 246º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291AB0 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 26 | 176 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.31 |
| HSL | 246º | 0.74% | 0.4% | - |
| HSV(B) | 246º | 0.85% | 0.69% | - |
| XYZ | 9.12 | 4.34 | 41.43 | - |
| YUV | 47.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 176 | 0.77 | 0.85 | 0 | 0.31 | 246 | 0.74 | 0.4 |
| Hex | 29 | 1A | B0 | 4D | 55 | 0 | 1F | F6 | 4A | 28 |
| Octal | 51 | 32 | 260 | 115 | 125 | 0 | 37 | 366 | 112 | 50 |
| Binary | 101001 | 11010 | 10110000 | 1001101 | 1010101 | 0 | 11111 | 11110110 | 1001010 | 101000 |
Color Harmonies of #291AB0
Complementary color
Monochromatic Colors of #291AB0
Black with #291AB0
Text Example
Text Example
White with #291AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291AB0; }
p { color: rgb(41,26,176); }
H1.HeaderClassName
{
color: #291AB0;
}
.AnyTagClassName
{
color: #291AB0;
}
</style>
background-color css
<style>
a { background-color: #291AB0; }
a { background-color: rgb(41,26,176); }
div.DivClassName
{
background-color: #291AB0;
}
.BgClassName
{
background-color: #291AB0;
}
</style>
border-color css
<style>
span { border-color: #291AB0; }
span { border-color: rgb(41,26,176); }
td.TdClassName
{
border-color: #291AB0;
}
.TagClassName
{
border-color: #291AB0;
}
</style>