Shades of Persian Blue #291CAE
Tints of Persian Blue #291CAE
RGB
CMYK
RGB Variations
Color information
#291CAE (or 0x291CAE) is known color: Persian Blue. HEX triplet: 29, 1C and AE. RGB value is (41,28,174). Sum of RGB (Red+Green+Blue) = 41+28+174=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #291CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291CAE is #D6E351. Grayscale: #2F2F2F. Windows color (decimal): -14082898 or 11410473. OLE color: 11410473.
HSL color Cylindrical-coordinate representation of color #291CAE: hue angle of 245.34º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291CAE is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 28 | 174 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.32 |
| HSL | 245.34º | 0.72% | 0.4% | - |
| HSV(B) | 245.34º | 0.84% | 0.68% | - |
| XYZ | 8.97 | 4.36 | 40.41 | - |
| YUV | 48.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 174 | 0.76 | 0.84 | 0 | 0.32 | 245.34 | 0.72 | 0.4 |
| Hex | 29 | 1C | AE | 4C | 54 | 0 | 20 | F5 | 48 | 28 |
| Octal | 51 | 34 | 256 | 114 | 124 | 0 | 40 | 365 | 110 | 50 |
| Binary | 101001 | 11100 | 10101110 | 1001100 | 1010100 | 0 | 100000 | 11110101 | 1001000 | 101000 |
Color Harmonies of #291CAE
Complementary color
Monochromatic Colors of #291CAE
Black with #291CAE
Text Example
Text Example
White with #291CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CAE; }
p { color: rgb(41,28,174); }
H1.HeaderClassName
{
color: #291CAE;
}
.AnyTagClassName
{
color: #291CAE;
}
</style>
background-color css
<style>
a { background-color: #291CAE; }
a { background-color: rgb(41,28,174); }
div.DivClassName
{
background-color: #291CAE;
}
.BgClassName
{
background-color: #291CAE;
}
</style>
border-color css
<style>
span { border-color: #291CAE; }
span { border-color: rgb(41,28,174); }
td.TdClassName
{
border-color: #291CAE;
}
.TagClassName
{
border-color: #291CAE;
}
</style>