Shades of Persian Blue #1F41DB
Tints of Persian Blue #1F41DB
RGB
CMYK
RGB Variations
Color information
#1F41DB (or 0x1F41DB) is known color: Persian Blue. HEX triplet: 1F, 41 and DB. RGB value is (31,65,219). Sum of RGB (Red+Green+Blue) = 31+65+219=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41DB is #E0BE24. Grayscale: #474747. Windows color (decimal): -14728741 or 14369055. OLE color: 14369055.
HSL color Cylindrical-coordinate representation of color #1F41DB: hue angle of 229.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F41DB is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 65 | 219 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.14 |
| HSL | 229.15º | 0.75% | 0.49% | - |
| HSV(B) | 229.15º | 0.86% | 0.86% | - |
| XYZ | 15.24 | 9.19 | 67.99 | - |
| YUV | 72.39 | 210.74 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 219 | 0.86 | 0.70 | 0 | 0.14 | 229.15 | 0.75 | 0.49 |
| Hex | 1F | 41 | DB | 56 | 46 | 0 | E | E5 | 4B | 31 |
| Octal | 37 | 101 | 333 | 126 | 106 | 0 | 16 | 345 | 113 | 61 |
| Binary | 11111 | 1000001 | 11011011 | 1010110 | 1000110 | 0 | 1110 | 11100101 | 1001011 | 110001 |
Color Harmonies of #1F41DB
Complementary color
Monochromatic Colors of #1F41DB
Black with #1F41DB
Text Example
Text Example
White with #1F41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F41DB; }
p { color: rgb(31,65,219); }
H1.HeaderClassName
{
color: #1F41DB;
}
.AnyTagClassName
{
color: #1F41DB;
}
</style>
background-color css
<style>
a { background-color: #1F41DB; }
a { background-color: rgb(31,65,219); }
div.DivClassName
{
background-color: #1F41DB;
}
.BgClassName
{
background-color: #1F41DB;
}
</style>
border-color css
<style>
span { border-color: #1F41DB; }
span { border-color: rgb(31,65,219); }
td.TdClassName
{
border-color: #1F41DB;
}
.TagClassName
{
border-color: #1F41DB;
}
</style>