Shades of Persian Blue #2F15B7
Tints of Persian Blue #2F15B7
RGB
CMYK
RGB Variations
Color information
#2F15B7 (or 0x2F15B7) is known color: Persian Blue. HEX triplet: 2F, 15 and B7. RGB value is (47,21,183). Sum of RGB (Red+Green+Blue) = 47+21+183=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 183 (71.88% from 255 or 72.91% from 251); Max value from RGB is 183 - color contains mainly: blue. Hex color #2F15B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F15B7 is #D0EA48. Grayscale: #2E2E2E. Windows color (decimal): -13691465 or 11998511. OLE color: 11998511.
HSL color Cylindrical-coordinate representation of color #2F15B7: hue angle of 249.63º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F15B7 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 21 | 183 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.28 |
| HSL | 249.63º | 0.79% | 0.4% | - |
| HSV(B) | 249.63º | 0.89% | 0.72% | - |
| XYZ | 9.99 | 4.56 | 45.15 | - |
| YUV | 47.24 | 204.61 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 183 | 0.74 | 0.89 | 0 | 0.28 | 249.63 | 0.79 | 0.4 |
| Hex | 2F | 15 | B7 | 4A | 59 | 0 | 1C | FA | 4F | 28 |
| Octal | 57 | 25 | 267 | 112 | 131 | 0 | 34 | 372 | 117 | 50 |
| Binary | 101111 | 10101 | 10110111 | 1001010 | 1011001 | 0 | 11100 | 11111010 | 1001111 | 101000 |
Color Harmonies of #2F15B7
Complementary color
Monochromatic Colors of #2F15B7
Black with #2F15B7
Text Example
Text Example
White with #2F15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F15B7; }
p { color: rgb(47,21,183); }
H1.HeaderClassName
{
color: #2F15B7;
}
.AnyTagClassName
{
color: #2F15B7;
}
</style>
background-color css
<style>
a { background-color: #2F15B7; }
a { background-color: rgb(47,21,183); }
div.DivClassName
{
background-color: #2F15B7;
}
.BgClassName
{
background-color: #2F15B7;
}
</style>
border-color css
<style>
span { border-color: #2F15B7; }
span { border-color: rgb(47,21,183); }
td.TdClassName
{
border-color: #2F15B7;
}
.TagClassName
{
border-color: #2F15B7;
}
</style>