Shades of Persian Blue #1F22DF
Tints of Persian Blue #1F22DF
RGB
CMYK
RGB Variations
Color information
#1F22DF (or 0x1F22DF) is known color: Persian Blue. HEX triplet: 1F, 22 and DF. RGB value is (31,34,223). Sum of RGB (Red+Green+Blue) = 31+34+223=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F22DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F22DF is #E0DD20. Grayscale: #353535. Windows color (decimal): -14736673 or 14623263. OLE color: 14623263.
HSL color Cylindrical-coordinate representation of color #1F22DF: hue angle of 239.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F22DF is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 34 | 223 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.13 |
| HSL | 239.06º | 0.76% | 0.5% | - |
| HSV(B) | 239.06º | 0.86% | 0.87% | - |
| XYZ | 14.46 | 6.76 | 70.36 | - |
| YUV | 54.65 | 223.01 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 223 | 0.86 | 0.85 | 0 | 0.13 | 239.06 | 0.76 | 0.5 |
| Hex | 1F | 22 | DF | 56 | 55 | 0 | D | EF | 4C | 32 |
| Octal | 37 | 42 | 337 | 126 | 125 | 0 | 15 | 357 | 114 | 62 |
| Binary | 11111 | 100010 | 11011111 | 1010110 | 1010101 | 0 | 1101 | 11101111 | 1001100 | 110010 |
Color Harmonies of #1F22DF
Complementary color
Monochromatic Colors of #1F22DF
Black with #1F22DF
Text Example
Text Example
White with #1F22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F22DF; }
p { color: rgb(31,34,223); }
H1.HeaderClassName
{
color: #1F22DF;
}
.AnyTagClassName
{
color: #1F22DF;
}
</style>
background-color css
<style>
a { background-color: #1F22DF; }
a { background-color: rgb(31,34,223); }
div.DivClassName
{
background-color: #1F22DF;
}
.BgClassName
{
background-color: #1F22DF;
}
</style>
border-color css
<style>
span { border-color: #1F22DF; }
span { border-color: rgb(31,34,223); }
td.TdClassName
{
border-color: #1F22DF;
}
.TagClassName
{
border-color: #1F22DF;
}
</style>