Shades of Persian Blue #1F2AD9
Tints of Persian Blue #1F2AD9
RGB
CMYK
RGB Variations
Color information
#1F2AD9 (or 0x1F2AD9) is known color: Persian Blue. HEX triplet: 1F, 2A and D9. RGB value is (31,42,217). Sum of RGB (Red+Green+Blue) = 31+42+217=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 217 (85.16% from 255 or 74.83% from 290); Max value from RGB is 217 - color contains mainly: blue. Hex color #1F2AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2AD9 is #E0D526. Grayscale: #393939. Windows color (decimal): -14734631 or 14232095. OLE color: 14232095.
HSL color Cylindrical-coordinate representation of color #1F2AD9: hue angle of 236.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F2AD9 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 42 | 217 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.15 |
| HSL | 236.45º | 0.75% | 0.49% | - |
| HSV(B) | 236.45º | 0.86% | 0.85% | - |
| XYZ | 13.92 | 6.96 | 66.25 | - |
| YUV | 58.66 | 217.36 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 217 | 0.86 | 0.81 | 0 | 0.15 | 236.45 | 0.75 | 0.49 |
| Hex | 1F | 2A | D9 | 56 | 51 | 0 | F | EC | 4B | 31 |
| Octal | 37 | 52 | 331 | 126 | 121 | 0 | 17 | 354 | 113 | 61 |
| Binary | 11111 | 101010 | 11011001 | 1010110 | 1010001 | 0 | 1111 | 11101100 | 1001011 | 110001 |
Color Harmonies of #1F2AD9
Complementary color
Monochromatic Colors of #1F2AD9
Black with #1F2AD9
Text Example
Text Example
White with #1F2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2AD9; }
p { color: rgb(31,42,217); }
H1.HeaderClassName
{
color: #1F2AD9;
}
.AnyTagClassName
{
color: #1F2AD9;
}
</style>
background-color css
<style>
a { background-color: #1F2AD9; }
a { background-color: rgb(31,42,217); }
div.DivClassName
{
background-color: #1F2AD9;
}
.BgClassName
{
background-color: #1F2AD9;
}
</style>
border-color css
<style>
span { border-color: #1F2AD9; }
span { border-color: rgb(31,42,217); }
td.TdClassName
{
border-color: #1F2AD9;
}
.TagClassName
{
border-color: #1F2AD9;
}
</style>