Shades of Persian Blue #291FCD
Tints of Persian Blue #291FCD
RGB
CMYK
RGB Variations
Color information
#291FCD (or 0x291FCD) is known color: Persian Blue. HEX triplet: 29, 1F and CD. RGB value is (41,31,205). Sum of RGB (Red+Green+Blue) = 41+31+205=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #291FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FCD is #D6E032. Grayscale: #353535. Windows color (decimal): -14082099 or 13442857. OLE color: 13442857.
HSL color Cylindrical-coordinate representation of color #291FCD: hue angle of 243.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291FCD is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 31 | 205 | - |
| CMYK | 0.8 | 0.85 | 0 | 0.20 |
| HSL | 243.45º | 0.74% | 0.46% | - |
| HSV(B) | 243.45º | 0.85% | 0.8% | - |
| XYZ | 12.42 | 5.86 | 58.23 | - |
| YUV | 53.83 | 213.31 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 205 | 0.8 | 0.85 | 0 | 0.20 | 243.45 | 0.74 | 0.46 |
| Hex | 29 | 1F | CD | 50 | 55 | 0 | 14 | F3 | 4A | 2E |
| Octal | 51 | 37 | 315 | 120 | 125 | 0 | 24 | 363 | 112 | 56 |
| Binary | 101001 | 11111 | 11001101 | 1010000 | 1010101 | 0 | 10100 | 11110011 | 1001010 | 101110 |
Color Harmonies of #291FCD
Complementary color
Monochromatic Colors of #291FCD
Black with #291FCD
Text Example
Text Example
White with #291FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FCD; }
p { color: rgb(41,31,205); }
H1.HeaderClassName
{
color: #291FCD;
}
.AnyTagClassName
{
color: #291FCD;
}
</style>
background-color css
<style>
a { background-color: #291FCD; }
a { background-color: rgb(41,31,205); }
div.DivClassName
{
background-color: #291FCD;
}
.BgClassName
{
background-color: #291FCD;
}
</style>
border-color css
<style>
span { border-color: #291FCD; }
span { border-color: rgb(41,31,205); }
td.TdClassName
{
border-color: #291FCD;
}
.TagClassName
{
border-color: #291FCD;
}
</style>