Shades of Persian Blue #2F41BA
Tints of Persian Blue #2F41BA
RGB
CMYK
RGB Variations
Color information
#2F41BA (or 0x2F41BA) is known color: Persian Blue. HEX triplet: 2F, 41 and BA. RGB value is (47,65,186). Sum of RGB (Red+Green+Blue) = 47+65+186=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F41BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F41BA is #D0BE45. Grayscale: #484848. Windows color (decimal): -13680198 or 12206383. OLE color: 12206383.
HSL color Cylindrical-coordinate representation of color #2F41BA: hue angle of 232.23º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F41BA is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 65 | 186 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.27 |
| HSL | 232.23º | 0.6% | 0.46% | - |
| HSV(B) | 232.23º | 0.75% | 0.73% | - |
| XYZ | 11.93 | 7.93 | 47.36 | - |
| YUV | 73.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 186 | 0.75 | 0.65 | 0 | 0.27 | 232.23 | 0.6 | 0.46 |
| Hex | 2F | 41 | BA | 4B | 41 | 0 | 1B | E8 | 3C | 2E |
| Octal | 57 | 101 | 272 | 113 | 101 | 0 | 33 | 350 | 74 | 56 |
| Binary | 101111 | 1000001 | 10111010 | 1001011 | 1000001 | 0 | 11011 | 11101000 | 111100 | 101110 |
Color Harmonies of #2F41BA
Complementary color
Monochromatic Colors of #2F41BA
Black with #2F41BA
Text Example
Text Example
White with #2F41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F41BA; }
p { color: rgb(47,65,186); }
H1.HeaderClassName
{
color: #2F41BA;
}
.AnyTagClassName
{
color: #2F41BA;
}
</style>
background-color css
<style>
a { background-color: #2F41BA; }
a { background-color: rgb(47,65,186); }
div.DivClassName
{
background-color: #2F41BA;
}
.BgClassName
{
background-color: #2F41BA;
}
</style>
border-color css
<style>
span { border-color: #2F41BA; }
span { border-color: rgb(47,65,186); }
td.TdClassName
{
border-color: #2F41BA;
}
.TagClassName
{
border-color: #2F41BA;
}
</style>