Shades of Persian Blue #1F22CE
Tints of Persian Blue #1F22CE
RGB
CMYK
RGB Variations
Color information
#1F22CE (or 0x1F22CE) is known color: Persian Blue. HEX triplet: 1F, 22 and CE. RGB value is (31,34,206). Sum of RGB (Red+Green+Blue) = 31+34+206=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F22CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F22CE is #E0DD31. Grayscale: #343434. Windows color (decimal): -14736690 or 13509151. OLE color: 13509151.
HSL color Cylindrical-coordinate representation of color #1F22CE: hue angle of 238.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F22CE is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 34 | 206 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.19 |
| HSL | 238.97º | 0.74% | 0.46% | - |
| HSV(B) | 238.97º | 0.85% | 0.81% | - |
| XYZ | 12.28 | 5.89 | 58.88 | - |
| YUV | 52.71 | 214.51 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 206 | 0.85 | 0.83 | 0 | 0.19 | 238.97 | 0.74 | 0.46 |
| Hex | 1F | 22 | CE | 55 | 53 | 0 | 13 | EF | 4A | 2E |
| Octal | 37 | 42 | 316 | 125 | 123 | 0 | 23 | 357 | 112 | 56 |
| Binary | 11111 | 100010 | 11001110 | 1010101 | 1010011 | 0 | 10011 | 11101111 | 1001010 | 101110 |
Color Harmonies of #1F22CE
Complementary color
Monochromatic Colors of #1F22CE
Black with #1F22CE
Text Example
Text Example
White with #1F22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F22CE; }
p { color: rgb(31,34,206); }
H1.HeaderClassName
{
color: #1F22CE;
}
.AnyTagClassName
{
color: #1F22CE;
}
</style>
background-color css
<style>
a { background-color: #1F22CE; }
a { background-color: rgb(31,34,206); }
div.DivClassName
{
background-color: #1F22CE;
}
.BgClassName
{
background-color: #1F22CE;
}
</style>
border-color css
<style>
span { border-color: #1F22CE; }
span { border-color: rgb(31,34,206); }
td.TdClassName
{
border-color: #1F22CE;
}
.TagClassName
{
border-color: #1F22CE;
}
</style>