Shades of Persian Blue #1F22DD
Tints of Persian Blue #1F22DD
RGB
CMYK
RGB Variations
Color information
#1F22DD (or 0x1F22DD) is known color: Persian Blue. HEX triplet: 1F, 22 and DD. RGB value is (31,34,221). Sum of RGB (Red+Green+Blue) = 31+34+221=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F22DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F22DD is #E0DD22. Grayscale: #353535. Windows color (decimal): -14736675 or 14492191. OLE color: 14492191.
HSL color Cylindrical-coordinate representation of color #1F22DD: hue angle of 239.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F22DD is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 34 | 221 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.13 |
| HSL | 239.05º | 0.75% | 0.49% | - |
| HSV(B) | 239.05º | 0.86% | 0.87% | - |
| XYZ | 14.19 | 6.66 | 68.94 | - |
| YUV | 54.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 221 | 0.86 | 0.85 | 0 | 0.13 | 239.05 | 0.75 | 0.49 |
| Hex | 1F | 22 | DD | 56 | 55 | 0 | D | EF | 4B | 31 |
| Octal | 37 | 42 | 335 | 126 | 125 | 0 | 15 | 357 | 113 | 61 |
| Binary | 11111 | 100010 | 11011101 | 1010110 | 1010101 | 0 | 1101 | 11101111 | 1001011 | 110001 |
Color Harmonies of #1F22DD
Complementary color
Monochromatic Colors of #1F22DD
Black with #1F22DD
Text Example
Text Example
White with #1F22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F22DD; }
p { color: rgb(31,34,221); }
H1.HeaderClassName
{
color: #1F22DD;
}
.AnyTagClassName
{
color: #1F22DD;
}
</style>
background-color css
<style>
a { background-color: #1F22DD; }
a { background-color: rgb(31,34,221); }
div.DivClassName
{
background-color: #1F22DD;
}
.BgClassName
{
background-color: #1F22DD;
}
</style>
border-color css
<style>
span { border-color: #1F22DD; }
span { border-color: rgb(31,34,221); }
td.TdClassName
{
border-color: #1F22DD;
}
.TagClassName
{
border-color: #1F22DD;
}
</style>