Shades of Persian Blue #2F11BB
Tints of Persian Blue #2F11BB
RGB
CMYK
RGB Variations
Color information
#2F11BB (or 0x2F11BB) is known color: Persian Blue. HEX triplet: 2F, 11 and BB. RGB value is (47,17,187). Sum of RGB (Red+Green+Blue) = 47+17+187=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F11BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F11BB is #D0EE44. Grayscale: #2C2C2C. Windows color (decimal): -13692485 or 12259631. OLE color: 12259631.
HSL color Cylindrical-coordinate representation of color #2F11BB: hue angle of 250.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F11BB is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 17 | 187 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.27 |
| HSL | 250.59º | 0.83% | 0.4% | - |
| HSV(B) | 250.59º | 0.91% | 0.73% | - |
| XYZ | 10.34 | 4.59 | 47.36 | - |
| YUV | 45.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 187 | 0.75 | 0.91 | 0 | 0.27 | 250.59 | 0.83 | 0.4 |
| Hex | 2F | 11 | BB | 4B | 5B | 0 | 1B | FB | 53 | 28 |
| Octal | 57 | 21 | 273 | 113 | 133 | 0 | 33 | 373 | 123 | 50 |
| Binary | 101111 | 10001 | 10111011 | 1001011 | 1011011 | 0 | 11011 | 11111011 | 1010011 | 101000 |
Color Harmonies of #2F11BB
Complementary color
Monochromatic Colors of #2F11BB
Black with #2F11BB
Text Example
Text Example
White with #2F11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F11BB; }
p { color: rgb(47,17,187); }
H1.HeaderClassName
{
color: #2F11BB;
}
.AnyTagClassName
{
color: #2F11BB;
}
</style>
background-color css
<style>
a { background-color: #2F11BB; }
a { background-color: rgb(47,17,187); }
div.DivClassName
{
background-color: #2F11BB;
}
.BgClassName
{
background-color: #2F11BB;
}
</style>
border-color css
<style>
span { border-color: #2F11BB; }
span { border-color: rgb(47,17,187); }
td.TdClassName
{
border-color: #2F11BB;
}
.TagClassName
{
border-color: #2F11BB;
}
</style>