Shades of Persian Blue #1F22CF
Tints of Persian Blue #1F22CF
RGB
CMYK
RGB Variations
Color information
#1F22CF (or 0x1F22CF) is known color: Persian Blue. HEX triplet: 1F, 22 and CF. RGB value is (31,34,207). Sum of RGB (Red+Green+Blue) = 31+34+207=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F22CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F22CF is #E0DD30. Grayscale: #343434. Windows color (decimal): -14736689 or 13574687. OLE color: 13574687.
HSL color Cylindrical-coordinate representation of color #1F22CF: hue angle of 238.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F22CF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 34 | 207 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.19 |
| HSL | 238.98º | 0.74% | 0.47% | - |
| HSV(B) | 238.98º | 0.85% | 0.81% | - |
| XYZ | 12.4 | 5.94 | 59.52 | - |
| YUV | 52.83 | 215.01 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 207 | 0.85 | 0.84 | 0 | 0.19 | 238.98 | 0.74 | 0.47 |
| Hex | 1F | 22 | CF | 55 | 54 | 0 | 13 | EF | 4A | 2F |
| Octal | 37 | 42 | 317 | 125 | 124 | 0 | 23 | 357 | 112 | 57 |
| Binary | 11111 | 100010 | 11001111 | 1010101 | 1010100 | 0 | 10011 | 11101111 | 1001010 | 101111 |
Color Harmonies of #1F22CF
Complementary color
Monochromatic Colors of #1F22CF
Black with #1F22CF
Text Example
Text Example
White with #1F22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F22CF; }
p { color: rgb(31,34,207); }
H1.HeaderClassName
{
color: #1F22CF;
}
.AnyTagClassName
{
color: #1F22CF;
}
</style>
background-color css
<style>
a { background-color: #1F22CF; }
a { background-color: rgb(31,34,207); }
div.DivClassName
{
background-color: #1F22CF;
}
.BgClassName
{
background-color: #1F22CF;
}
</style>
border-color css
<style>
span { border-color: #1F22CF; }
span { border-color: rgb(31,34,207); }
td.TdClassName
{
border-color: #1F22CF;
}
.TagClassName
{
border-color: #1F22CF;
}
</style>