Shades of Persian Blue #2F11BE
Tints of Persian Blue #2F11BE
RGB
CMYK
RGB Variations
Color information
#2F11BE (or 0x2F11BE) is known color: Persian Blue. HEX triplet: 2F, 11 and BE. RGB value is (47,17,190). Sum of RGB (Red+Green+Blue) = 47+17+190=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F11BE is #D0EE41. Grayscale: #2D2D2D. Windows color (decimal): -13692482 or 12456239. OLE color: 12456239.
HSL color Cylindrical-coordinate representation of color #2F11BE: hue angle of 250.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F11BE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 17 | 190 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.25 |
| HSL | 250.4º | 0.84% | 0.41% | - |
| HSV(B) | 250.4º | 0.91% | 0.75% | - |
| XYZ | 10.67 | 4.72 | 49.06 | - |
| YUV | 45.69 | 209.44 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 190 | 0.75 | 0.91 | 0 | 0.25 | 250.4 | 0.84 | 0.41 |
| Hex | 2F | 11 | BE | 4B | 5B | 0 | 19 | FA | 54 | 29 |
| Octal | 57 | 21 | 276 | 113 | 133 | 0 | 31 | 372 | 124 | 51 |
| Binary | 101111 | 10001 | 10111110 | 1001011 | 1011011 | 0 | 11001 | 11111010 | 1010100 | 101001 |
Color Harmonies of #2F11BE
Complementary color
Monochromatic Colors of #2F11BE
Black with #2F11BE
Text Example
Text Example
White with #2F11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F11BE; }
p { color: rgb(47,17,190); }
H1.HeaderClassName
{
color: #2F11BE;
}
.AnyTagClassName
{
color: #2F11BE;
}
</style>
background-color css
<style>
a { background-color: #2F11BE; }
a { background-color: rgb(47,17,190); }
div.DivClassName
{
background-color: #2F11BE;
}
.BgClassName
{
background-color: #2F11BE;
}
</style>
border-color css
<style>
span { border-color: #2F11BE; }
span { border-color: rgb(47,17,190); }
td.TdClassName
{
border-color: #2F11BE;
}
.TagClassName
{
border-color: #2F11BE;
}
</style>