Shades of Persian Blue #2F31BB
Tints of Persian Blue #2F31BB
RGB
CMYK
RGB Variations
Color information
#2F31BB (or 0x2F31BB) is known color: Persian Blue. HEX triplet: 2F, 31 and BB. RGB value is (47,49,187). Sum of RGB (Red+Green+Blue) = 47+49+187=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F31BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F31BB is #D0CE44. Grayscale: #3F3F3F. Windows color (decimal): -13684293 or 12267823. OLE color: 12267823.
HSL color Cylindrical-coordinate representation of color #2F31BB: hue angle of 239.14º 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 #2F31BB is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 49 | 187 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.27 |
| HSL | 239.14º | 0.6% | 0.46% | - |
| HSV(B) | 239.14º | 0.75% | 0.73% | - |
| XYZ | 11.24 | 6.39 | 47.65 | - |
| YUV | 64.13 | 197.34 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 187 | 0.75 | 0.74 | 0 | 0.27 | 239.14 | 0.6 | 0.46 |
| Hex | 2F | 31 | BB | 4B | 4A | 0 | 1B | EF | 3C | 2E |
| Octal | 57 | 61 | 273 | 113 | 112 | 0 | 33 | 357 | 74 | 56 |
| Binary | 101111 | 110001 | 10111011 | 1001011 | 1001010 | 0 | 11011 | 11101111 | 111100 | 101110 |
Color Harmonies of #2F31BB
Complementary color
Monochromatic Colors of #2F31BB
Black with #2F31BB
Text Example
Text Example
White with #2F31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F31BB; }
p { color: rgb(47,49,187); }
H1.HeaderClassName
{
color: #2F31BB;
}
.AnyTagClassName
{
color: #2F31BB;
}
</style>
background-color css
<style>
a { background-color: #2F31BB; }
a { background-color: rgb(47,49,187); }
div.DivClassName
{
background-color: #2F31BB;
}
.BgClassName
{
background-color: #2F31BB;
}
</style>
border-color css
<style>
span { border-color: #2F31BB; }
span { border-color: rgb(47,49,187); }
td.TdClassName
{
border-color: #2F31BB;
}
.TagClassName
{
border-color: #2F31BB;
}
</style>