Shades of Persian Blue #291FCF
Tints of Persian Blue #291FCF
RGB
CMYK
RGB Variations
Color information
#291FCF (or 0x291FCF) is known color: Persian Blue. HEX triplet: 29, 1F and CF. RGB value is (41,31,207). Sum of RGB (Red+Green+Blue) = 41+31+207=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #291FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FCF is #D6E030. Grayscale: #353535. Windows color (decimal): -14082097 or 13573929. OLE color: 13573929.
HSL color Cylindrical-coordinate representation of color #291FCF: hue angle of 243.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291FCF is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 31 | 207 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.19 |
| HSL | 243.41º | 0.74% | 0.47% | - |
| HSV(B) | 243.41º | 0.85% | 0.81% | - |
| XYZ | 12.67 | 5.96 | 59.51 | - |
| YUV | 54.05 | 214.31 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 207 | 0.80 | 0.85 | 0 | 0.19 | 243.41 | 0.74 | 0.47 |
| Hex | 29 | 1F | CF | 50 | 55 | 0 | 13 | F3 | 4A | 2F |
| Octal | 51 | 37 | 317 | 120 | 125 | 0 | 23 | 363 | 112 | 57 |
| Binary | 101001 | 11111 | 11001111 | 1010000 | 1010101 | 0 | 10011 | 11110011 | 1001010 | 101111 |
Color Harmonies of #291FCF
Complementary color
Monochromatic Colors of #291FCF
Black with #291FCF
Text Example
Text Example
White with #291FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FCF; }
p { color: rgb(41,31,207); }
H1.HeaderClassName
{
color: #291FCF;
}
.AnyTagClassName
{
color: #291FCF;
}
</style>
background-color css
<style>
a { background-color: #291FCF; }
a { background-color: rgb(41,31,207); }
div.DivClassName
{
background-color: #291FCF;
}
.BgClassName
{
background-color: #291FCF;
}
</style>
border-color css
<style>
span { border-color: #291FCF; }
span { border-color: rgb(41,31,207); }
td.TdClassName
{
border-color: #291FCF;
}
.TagClassName
{
border-color: #291FCF;
}
</style>