Shades of Persian Blue #291BDD
Tints of Persian Blue #291BDD
RGB
CMYK
RGB Variations
Color information
#291BDD (or 0x291BDD) is known color: Persian Blue. HEX triplet: 29, 1B and DD. RGB value is (41,27,221). Sum of RGB (Red+Green+Blue) = 41+27+221=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #291BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291BDD is #D6E422. Grayscale: #343434. Windows color (decimal): -14083107 or 14490409. OLE color: 14490409.
HSL color Cylindrical-coordinate representation of color #291BDD: hue angle of 244.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291BDD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 27 | 221 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.13 |
| HSL | 244.33º | 0.78% | 0.49% | - |
| HSV(B) | 244.33º | 0.88% | 0.87% | - |
| XYZ | 14.36 | 6.48 | 68.9 | - |
| YUV | 53.3 | 222.64 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 221 | 0.81 | 0.88 | 0 | 0.13 | 244.33 | 0.78 | 0.49 |
| Hex | 29 | 1B | DD | 51 | 58 | 0 | D | F4 | 4E | 31 |
| Octal | 51 | 33 | 335 | 121 | 130 | 0 | 15 | 364 | 116 | 61 |
| Binary | 101001 | 11011 | 11011101 | 1010001 | 1011000 | 0 | 1101 | 11110100 | 1001110 | 110001 |
Color Harmonies of #291BDD
Complementary color
Monochromatic Colors of #291BDD
Black with #291BDD
Text Example
Text Example
White with #291BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BDD; }
p { color: rgb(41,27,221); }
H1.HeaderClassName
{
color: #291BDD;
}
.AnyTagClassName
{
color: #291BDD;
}
</style>
background-color css
<style>
a { background-color: #291BDD; }
a { background-color: rgb(41,27,221); }
div.DivClassName
{
background-color: #291BDD;
}
.BgClassName
{
background-color: #291BDD;
}
</style>
border-color css
<style>
span { border-color: #291BDD; }
span { border-color: rgb(41,27,221); }
td.TdClassName
{
border-color: #291BDD;
}
.TagClassName
{
border-color: #291BDD;
}
</style>