Shades of Persian Blue #2F16BB
Tints of Persian Blue #2F16BB
RGB
CMYK
RGB Variations
Color information
#2F16BB (or 0x2F16BB) is known color: Persian Blue. HEX triplet: 2F, 16 and BB. RGB value is (47,22,187). Sum of RGB (Red+Green+Blue) = 47+22+187=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F16BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F16BB is #D0E944. Grayscale: #2F2F2F. Windows color (decimal): -13691205 or 12260911. OLE color: 12260911.
HSL color Cylindrical-coordinate representation of color #2F16BB: hue angle of 249.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F16BB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 22 | 187 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.27 |
| HSL | 249.09º | 0.79% | 0.41% | - |
| HSV(B) | 249.09º | 0.88% | 0.73% | - |
| XYZ | 10.43 | 4.77 | 47.38 | - |
| YUV | 48.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 187 | 0.75 | 0.88 | 0 | 0.27 | 249.09 | 0.79 | 0.41 |
| Hex | 2F | 16 | BB | 4B | 58 | 0 | 1B | F9 | 4F | 29 |
| Octal | 57 | 26 | 273 | 113 | 130 | 0 | 33 | 371 | 117 | 51 |
| Binary | 101111 | 10110 | 10111011 | 1001011 | 1011000 | 0 | 11011 | 11111001 | 1001111 | 101001 |
Color Harmonies of #2F16BB
Complementary color
Monochromatic Colors of #2F16BB
Black with #2F16BB
Text Example
Text Example
White with #2F16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F16BB; }
p { color: rgb(47,22,187); }
H1.HeaderClassName
{
color: #2F16BB;
}
.AnyTagClassName
{
color: #2F16BB;
}
</style>
background-color css
<style>
a { background-color: #2F16BB; }
a { background-color: rgb(47,22,187); }
div.DivClassName
{
background-color: #2F16BB;
}
.BgClassName
{
background-color: #2F16BB;
}
</style>
border-color css
<style>
span { border-color: #2F16BB; }
span { border-color: rgb(47,22,187); }
td.TdClassName
{
border-color: #2F16BB;
}
.TagClassName
{
border-color: #2F16BB;
}
</style>