Shades of Persian Blue #2F15BF
Tints of Persian Blue #2F15BF
RGB
CMYK
RGB Variations
Color information
#2F15BF (or 0x2F15BF) is known color: Persian Blue. HEX triplet: 2F, 15 and BF. RGB value is (47,21,191). Sum of RGB (Red+Green+Blue) = 47+21+191=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F15BF is #D0EA40. Grayscale: #2F2F2F. Windows color (decimal): -13691457 or 12522799. OLE color: 12522799.
HSL color Cylindrical-coordinate representation of color #2F15BF: hue angle of 249.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F15BF is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 21 | 191 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.25 |
| HSL | 249.18º | 0.8% | 0.42% | - |
| HSV(B) | 249.18º | 0.89% | 0.75% | - |
| XYZ | 10.84 | 4.9 | 49.66 | - |
| YUV | 48.15 | 208.61 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 191 | 0.75 | 0.89 | 0 | 0.25 | 249.18 | 0.8 | 0.42 |
| Hex | 2F | 15 | BF | 4B | 59 | 0 | 19 | F9 | 50 | 2A |
| Octal | 57 | 25 | 277 | 113 | 131 | 0 | 31 | 371 | 120 | 52 |
| Binary | 101111 | 10101 | 10111111 | 1001011 | 1011001 | 0 | 11001 | 11111001 | 1010000 | 101010 |
Color Harmonies of #2F15BF
Complementary color
Monochromatic Colors of #2F15BF
Black with #2F15BF
Text Example
Text Example
White with #2F15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F15BF; }
p { color: rgb(47,21,191); }
H1.HeaderClassName
{
color: #2F15BF;
}
.AnyTagClassName
{
color: #2F15BF;
}
</style>
background-color css
<style>
a { background-color: #2F15BF; }
a { background-color: rgb(47,21,191); }
div.DivClassName
{
background-color: #2F15BF;
}
.BgClassName
{
background-color: #2F15BF;
}
</style>
border-color css
<style>
span { border-color: #2F15BF; }
span { border-color: rgb(47,21,191); }
td.TdClassName
{
border-color: #2F15BF;
}
.TagClassName
{
border-color: #2F15BF;
}
</style>