Shades of Persian Blue #1F29DB
Tints of Persian Blue #1F29DB
RGB
CMYK
RGB Variations
Color information
#1F29DB (or 0x1F29DB) is known color: Persian Blue. HEX triplet: 1F, 29 and DB. RGB value is (31,41,219). Sum of RGB (Red+Green+Blue) = 31+41+219=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F29DB is #E0D624. Grayscale: #393939. Windows color (decimal): -14734885 or 14362911. OLE color: 14362911.
HSL color Cylindrical-coordinate representation of color #1F29DB: hue angle of 236.81º 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 #1F29DB is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 41 | 219 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.14 |
| HSL | 236.81º | 0.75% | 0.49% | - |
| HSV(B) | 236.81º | 0.86% | 0.86% | - |
| XYZ | 14.14 | 6.99 | 67.62 | - |
| YUV | 58.3 | 218.69 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 219 | 0.86 | 0.81 | 0 | 0.14 | 236.81 | 0.75 | 0.49 |
| Hex | 1F | 29 | DB | 56 | 51 | 0 | E | ED | 4B | 31 |
| Octal | 37 | 51 | 333 | 126 | 121 | 0 | 16 | 355 | 113 | 61 |
| Binary | 11111 | 101001 | 11011011 | 1010110 | 1010001 | 0 | 1110 | 11101101 | 1001011 | 110001 |
Color Harmonies of #1F29DB
Complementary color
Monochromatic Colors of #1F29DB
Black with #1F29DB
Text Example
Text Example
White with #1F29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F29DB; }
p { color: rgb(31,41,219); }
H1.HeaderClassName
{
color: #1F29DB;
}
.AnyTagClassName
{
color: #1F29DB;
}
</style>
background-color css
<style>
a { background-color: #1F29DB; }
a { background-color: rgb(31,41,219); }
div.DivClassName
{
background-color: #1F29DB;
}
.BgClassName
{
background-color: #1F29DB;
}
</style>
border-color css
<style>
span { border-color: #1F29DB; }
span { border-color: rgb(31,41,219); }
td.TdClassName
{
border-color: #1F29DB;
}
.TagClassName
{
border-color: #1F29DB;
}
</style>