Shades of Persian Blue #2F13BA
Tints of Persian Blue #2F13BA
RGB
CMYK
RGB Variations
Color information
#2F13BA (or 0x2F13BA) is known color: Persian Blue. HEX triplet: 2F, 13 and BA. RGB value is (47,19,186). Sum of RGB (Red+Green+Blue) = 47+19+186=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F13BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F13BA is #D0EC45. Grayscale: #2D2D2D. Windows color (decimal): -13691974 or 12194607. OLE color: 12194607.
HSL color Cylindrical-coordinate representation of color #2F13BA: hue angle of 250.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F13BA is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 19 | 186 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.27 |
| HSL | 250.06º | 0.81% | 0.4% | - |
| HSV(B) | 250.06º | 0.9% | 0.73% | - |
| XYZ | 10.27 | 4.62 | 46.8 | - |
| YUV | 46.41 | 206.78 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 186 | 0.75 | 0.90 | 0 | 0.27 | 250.06 | 0.81 | 0.4 |
| Hex | 2F | 13 | BA | 4B | 5A | 0 | 1B | FA | 51 | 28 |
| Octal | 57 | 23 | 272 | 113 | 132 | 0 | 33 | 372 | 121 | 50 |
| Binary | 101111 | 10011 | 10111010 | 1001011 | 1011010 | 0 | 11011 | 11111010 | 1010001 | 101000 |
Color Harmonies of #2F13BA
Complementary color
Monochromatic Colors of #2F13BA
Black with #2F13BA
Text Example
Text Example
White with #2F13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F13BA; }
p { color: rgb(47,19,186); }
H1.HeaderClassName
{
color: #2F13BA;
}
.AnyTagClassName
{
color: #2F13BA;
}
</style>
background-color css
<style>
a { background-color: #2F13BA; }
a { background-color: rgb(47,19,186); }
div.DivClassName
{
background-color: #2F13BA;
}
.BgClassName
{
background-color: #2F13BA;
}
</style>
border-color css
<style>
span { border-color: #2F13BA; }
span { border-color: rgb(47,19,186); }
td.TdClassName
{
border-color: #2F13BA;
}
.TagClassName
{
border-color: #2F13BA;
}
</style>