Shades of Persian Blue #291FD2
Tints of Persian Blue #291FD2
RGB
CMYK
RGB Variations
Color information
#291FD2 (or 0x291FD2) is known color: Persian Blue. HEX triplet: 29, 1F and D2. RGB value is (41,31,210). Sum of RGB (Red+Green+Blue) = 41+31+210=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 210 (82.42% from 255 or 74.47% from 282); Max value from RGB is 210 - color contains mainly: blue. Hex color #291FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FD2 is #D6E02D. Grayscale: #353535. Windows color (decimal): -14082094 or 13770537. OLE color: 13770537.
HSL color Cylindrical-coordinate representation of color #291FD2: hue angle of 243.35º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291FD2 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 31 | 210 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.18 |
| HSL | 243.35º | 0.74% | 0.47% | - |
| HSV(B) | 243.35º | 0.85% | 0.82% | - |
| XYZ | 13.04 | 6.1 | 61.46 | - |
| YUV | 54.4 | 215.81 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 210 | 0.80 | 0.85 | 0 | 0.18 | 243.35 | 0.74 | 0.47 |
| Hex | 29 | 1F | D2 | 50 | 55 | 0 | 12 | F3 | 4A | 2F |
| Octal | 51 | 37 | 322 | 120 | 125 | 0 | 22 | 363 | 112 | 57 |
| Binary | 101001 | 11111 | 11010010 | 1010000 | 1010101 | 0 | 10010 | 11110011 | 1001010 | 101111 |
Color Harmonies of #291FD2
Complementary color
Monochromatic Colors of #291FD2
Black with #291FD2
Text Example
Text Example
White with #291FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FD2; }
p { color: rgb(41,31,210); }
H1.HeaderClassName
{
color: #291FD2;
}
.AnyTagClassName
{
color: #291FD2;
}
</style>
background-color css
<style>
a { background-color: #291FD2; }
a { background-color: rgb(41,31,210); }
div.DivClassName
{
background-color: #291FD2;
}
.BgClassName
{
background-color: #291FD2;
}
</style>
border-color css
<style>
span { border-color: #291FD2; }
span { border-color: rgb(41,31,210); }
td.TdClassName
{
border-color: #291FD2;
}
.TagClassName
{
border-color: #291FD2;
}
</style>