Shades of Persian Blue #1F41BE
Tints of Persian Blue #1F41BE
RGB
CMYK
RGB Variations
Color information
#1F41BE (or 0x1F41BE) is known color: Persian Blue. HEX triplet: 1F, 41 and BE. RGB value is (31,65,190). Sum of RGB (Red+Green+Blue) = 31+65+190=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F41BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41BE is #E0BE41. Grayscale: #444444. Windows color (decimal): -14728770 or 12468511. OLE color: 12468511.
HSL color Cylindrical-coordinate representation of color #1F41BE: hue angle of 227.17º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F41BE is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 65 | 190 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.25 |
| HSL | 227.17º | 0.72% | 0.43% | - |
| HSV(B) | 227.17º | 0.84% | 0.75% | - |
| XYZ | 11.75 | 7.79 | 49.6 | - |
| YUV | 69.08 | 196.24 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 190 | 0.84 | 0.66 | 0 | 0.25 | 227.17 | 0.72 | 0.43 |
| Hex | 1F | 41 | BE | 54 | 42 | 0 | 19 | E3 | 48 | 2B |
| Octal | 37 | 101 | 276 | 124 | 102 | 0 | 31 | 343 | 110 | 53 |
| Binary | 11111 | 1000001 | 10111110 | 1010100 | 1000010 | 0 | 11001 | 11100011 | 1001000 | 101011 |
Color Harmonies of #1F41BE
Complementary color
Monochromatic Colors of #1F41BE
Black with #1F41BE
Text Example
Text Example
White with #1F41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F41BE; }
p { color: rgb(31,65,190); }
H1.HeaderClassName
{
color: #1F41BE;
}
.AnyTagClassName
{
color: #1F41BE;
}
</style>
background-color css
<style>
a { background-color: #1F41BE; }
a { background-color: rgb(31,65,190); }
div.DivClassName
{
background-color: #1F41BE;
}
.BgClassName
{
background-color: #1F41BE;
}
</style>
border-color css
<style>
span { border-color: #1F41BE; }
span { border-color: rgb(31,65,190); }
td.TdClassName
{
border-color: #1F41BE;
}
.TagClassName
{
border-color: #1F41BE;
}
</style>