Shades of Persian Blue #2F2DB9
Tints of Persian Blue #2F2DB9
RGB
CMYK
RGB Variations
Color information
#2F2DB9 (or 0x2F2DB9) is known color: Persian Blue. HEX triplet: 2F, 2D and B9. RGB value is (47,45,185). Sum of RGB (Red+Green+Blue) = 47+45+185=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 185 (72.66% from 255 or 66.79% from 277); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F2DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2DB9 is #D0D246. Grayscale: #3D3D3D. Windows color (decimal): -13685319 or 12135727. OLE color: 12135727.
HSL color Cylindrical-coordinate representation of color #2F2DB9: hue angle of 240.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2DB9 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 45 | 185 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.27 |
| HSL | 240.86º | 0.61% | 0.45% | - |
| HSV(B) | 240.86º | 0.76% | 0.73% | - |
| XYZ | 10.87 | 5.98 | 46.48 | - |
| YUV | 61.56 | 197.66 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 185 | 0.75 | 0.76 | 0 | 0.27 | 240.86 | 0.61 | 0.45 |
| Hex | 2F | 2D | B9 | 4B | 4C | 0 | 1B | F1 | 3D | 2D |
| Octal | 57 | 55 | 271 | 113 | 114 | 0 | 33 | 361 | 75 | 55 |
| Binary | 101111 | 101101 | 10111001 | 1001011 | 1001100 | 0 | 11011 | 11110001 | 111101 | 101101 |
Color Harmonies of #2F2DB9
Complementary color
Monochromatic Colors of #2F2DB9
Black with #2F2DB9
Text Example
Text Example
White with #2F2DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2DB9; }
p { color: rgb(47,45,185); }
H1.HeaderClassName
{
color: #2F2DB9;
}
.AnyTagClassName
{
color: #2F2DB9;
}
</style>
background-color css
<style>
a { background-color: #2F2DB9; }
a { background-color: rgb(47,45,185); }
div.DivClassName
{
background-color: #2F2DB9;
}
.BgClassName
{
background-color: #2F2DB9;
}
</style>
border-color css
<style>
span { border-color: #2F2DB9; }
span { border-color: rgb(47,45,185); }
td.TdClassName
{
border-color: #2F2DB9;
}
.TagClassName
{
border-color: #2F2DB9;
}
</style>