Shades of Persian Blue #2F19BF
Tints of Persian Blue #2F19BF
RGB
CMYK
RGB Variations
Color information
#2F19BF (or 0x2F19BF) is known color: Persian Blue. HEX triplet: 2F, 19 and BF. RGB value is (47,25,191). Sum of RGB (Red+Green+Blue) = 47+25+191=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F19BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F19BF is #D0E640. Grayscale: #313131. Windows color (decimal): -13690433 or 12523823. OLE color: 12523823.
HSL color Cylindrical-coordinate representation of color #2F19BF: hue angle of 247.95º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F19BF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 25 | 191 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.25 |
| HSL | 247.95º | 0.77% | 0.42% | - |
| HSV(B) | 247.95º | 0.87% | 0.75% | - |
| XYZ | 10.92 | 5.06 | 49.69 | - |
| YUV | 50.5 | 207.29 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 191 | 0.75 | 0.87 | 0 | 0.25 | 247.95 | 0.77 | 0.42 |
| Hex | 2F | 19 | BF | 4B | 57 | 0 | 19 | F8 | 4D | 2A |
| Octal | 57 | 31 | 277 | 113 | 127 | 0 | 31 | 370 | 115 | 52 |
| Binary | 101111 | 11001 | 10111111 | 1001011 | 1010111 | 0 | 11001 | 11111000 | 1001101 | 101010 |
Color Harmonies of #2F19BF
Complementary color
Monochromatic Colors of #2F19BF
Black with #2F19BF
Text Example
Text Example
White with #2F19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19BF; }
p { color: rgb(47,25,191); }
H1.HeaderClassName
{
color: #2F19BF;
}
.AnyTagClassName
{
color: #2F19BF;
}
</style>
background-color css
<style>
a { background-color: #2F19BF; }
a { background-color: rgb(47,25,191); }
div.DivClassName
{
background-color: #2F19BF;
}
.BgClassName
{
background-color: #2F19BF;
}
</style>
border-color css
<style>
span { border-color: #2F19BF; }
span { border-color: rgb(47,25,191); }
td.TdClassName
{
border-color: #2F19BF;
}
.TagClassName
{
border-color: #2F19BF;
}
</style>