Shades of Persian Blue #1F41BF
Tints of Persian Blue #1F41BF
RGB
CMYK
RGB Variations
Color information
#1F41BF (or 0x1F41BF) is known color: Persian Blue. HEX triplet: 1F, 41 and BF. RGB value is (31,65,191). Sum of RGB (Red+Green+Blue) = 31+65+191=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F41BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41BF is #E0BE40. Grayscale: #444444. Windows color (decimal): -14728769 or 12534047. OLE color: 12534047.
HSL color Cylindrical-coordinate representation of color #1F41BF: hue angle of 227.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F41BF is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 65 | 191 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.25 |
| HSL | 227.25º | 0.72% | 0.44% | - |
| HSV(B) | 227.25º | 0.84% | 0.75% | - |
| XYZ | 11.86 | 7.83 | 50.18 | - |
| YUV | 69.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 191 | 0.84 | 0.66 | 0 | 0.25 | 227.25 | 0.72 | 0.44 |
| Hex | 1F | 41 | BF | 54 | 42 | 0 | 19 | E3 | 48 | 2C |
| Octal | 37 | 101 | 277 | 124 | 102 | 0 | 31 | 343 | 110 | 54 |
| Binary | 11111 | 1000001 | 10111111 | 1010100 | 1000010 | 0 | 11001 | 11100011 | 1001000 | 101100 |
Color Harmonies of #1F41BF
Complementary color
Monochromatic Colors of #1F41BF
Black with #1F41BF
Text Example
Text Example
White with #1F41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F41BF; }
p { color: rgb(31,65,191); }
H1.HeaderClassName
{
color: #1F41BF;
}
.AnyTagClassName
{
color: #1F41BF;
}
</style>
background-color css
<style>
a { background-color: #1F41BF; }
a { background-color: rgb(31,65,191); }
div.DivClassName
{
background-color: #1F41BF;
}
.BgClassName
{
background-color: #1F41BF;
}
</style>
border-color css
<style>
span { border-color: #1F41BF; }
span { border-color: rgb(31,65,191); }
td.TdClassName
{
border-color: #1F41BF;
}
.TagClassName
{
border-color: #1F41BF;
}
</style>