Shades of Persian Blue #291AD8
Tints of Persian Blue #291AD8
RGB
CMYK
RGB Variations
Color information
#291AD8 (or 0x291AD8) is known color: Persian Blue. HEX triplet: 29, 1A and D8. RGB value is (41,26,216). Sum of RGB (Red+Green+Blue) = 41+26+216=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #291AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291AD8 is #D6E527. Grayscale: #333333. Windows color (decimal): -14083368 or 14162473. OLE color: 14162473.
HSL color Cylindrical-coordinate representation of color #291AD8: hue angle of 244.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291AD8 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 26 | 216 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.15 |
| HSL | 244.74º | 0.79% | 0.47% | - |
| HSV(B) | 244.74º | 0.88% | 0.85% | - |
| XYZ | 13.68 | 6.17 | 65.44 | - |
| YUV | 52.15 | 220.47 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 216 | 0.81 | 0.88 | 0 | 0.15 | 244.74 | 0.79 | 0.47 |
| Hex | 29 | 1A | D8 | 51 | 58 | 0 | F | F5 | 4F | 2F |
| Octal | 51 | 32 | 330 | 121 | 130 | 0 | 17 | 365 | 117 | 57 |
| Binary | 101001 | 11010 | 11011000 | 1010001 | 1011000 | 0 | 1111 | 11110101 | 1001111 | 101111 |
Color Harmonies of #291AD8
Complementary color
Monochromatic Colors of #291AD8
Black with #291AD8
Text Example
Text Example
White with #291AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291AD8; }
p { color: rgb(41,26,216); }
H1.HeaderClassName
{
color: #291AD8;
}
.AnyTagClassName
{
color: #291AD8;
}
</style>
background-color css
<style>
a { background-color: #291AD8; }
a { background-color: rgb(41,26,216); }
div.DivClassName
{
background-color: #291AD8;
}
.BgClassName
{
background-color: #291AD8;
}
</style>
border-color css
<style>
span { border-color: #291AD8; }
span { border-color: rgb(41,26,216); }
td.TdClassName
{
border-color: #291AD8;
}
.TagClassName
{
border-color: #291AD8;
}
</style>