Shades of Persian Blue #291DD0
Tints of Persian Blue #291DD0
RGB
CMYK
RGB Variations
Color information
#291DD0 (or 0x291DD0) is known color: Persian Blue. HEX triplet: 29, 1D and D0. RGB value is (41,29,208). Sum of RGB (Red+Green+Blue) = 41+29+208=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 208 (81.64% from 255 or 74.82% from 278); Max value from RGB is 208 - color contains mainly: blue. Hex color #291DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DD0 is #D6E22F. Grayscale: #343434. Windows color (decimal): -14082608 or 13638953. OLE color: 13638953.
HSL color Cylindrical-coordinate representation of color #291DD0: hue angle of 244.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291DD0 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 29 | 208 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.18 |
| HSL | 244.02º | 0.76% | 0.46% | - |
| HSV(B) | 244.02º | 0.86% | 0.82% | - |
| XYZ | 12.74 | 5.9 | 60.14 | - |
| YUV | 52.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 208 | 0.80 | 0.86 | 0 | 0.18 | 244.02 | 0.76 | 0.46 |
| Hex | 29 | 1D | D0 | 50 | 56 | 0 | 12 | F4 | 4C | 2E |
| Octal | 51 | 35 | 320 | 120 | 126 | 0 | 22 | 364 | 114 | 56 |
| Binary | 101001 | 11101 | 11010000 | 1010000 | 1010110 | 0 | 10010 | 11110100 | 1001100 | 101110 |
Color Harmonies of #291DD0
Complementary color
Monochromatic Colors of #291DD0
Black with #291DD0
Text Example
Text Example
White with #291DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DD0; }
p { color: rgb(41,29,208); }
H1.HeaderClassName
{
color: #291DD0;
}
.AnyTagClassName
{
color: #291DD0;
}
</style>
background-color css
<style>
a { background-color: #291DD0; }
a { background-color: rgb(41,29,208); }
div.DivClassName
{
background-color: #291DD0;
}
.BgClassName
{
background-color: #291DD0;
}
</style>
border-color css
<style>
span { border-color: #291DD0; }
span { border-color: rgb(41,29,208); }
td.TdClassName
{
border-color: #291DD0;
}
.TagClassName
{
border-color: #291DD0;
}
</style>