Shades of Persian Blue #221FE1
Tints of Persian Blue #221FE1
RGB
CMYK
RGB Variations
Color information
#221FE1 (or 0x221FE1) is known color: Persian Blue. HEX triplet: 22, 1F and E1. RGB value is (34,31,225). Sum of RGB (Red+Green+Blue) = 34+31+225=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 225 (88.28% from 255 or 77.59% from 290); Max value from RGB is 225 - color contains mainly: blue. Hex color #221FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FE1 is #DDE01E. Grayscale: #353535. Windows color (decimal): -14540831 or 14753570. OLE color: 14753570.
HSL color Cylindrical-coordinate representation of color #221FE1: hue angle of 240.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221FE1 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 31 | 225 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.12 |
| HSL | 240.93º | 0.76% | 0.5% | - |
| HSV(B) | 240.93º | 0.86% | 0.88% | - |
| XYZ | 14.74 | 6.76 | 71.76 | - |
| YUV | 54.01 | 224.49 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 225 | 0.85 | 0.86 | 0 | 0.12 | 240.93 | 0.76 | 0.5 |
| Hex | 22 | 1F | E1 | 55 | 56 | 0 | C | F1 | 4C | 32 |
| Octal | 42 | 37 | 341 | 125 | 126 | 0 | 14 | 361 | 114 | 62 |
| Binary | 100010 | 11111 | 11100001 | 1010101 | 1010110 | 0 | 1100 | 11110001 | 1001100 | 110010 |
Color Harmonies of #221FE1
Complementary color
Monochromatic Colors of #221FE1
Black with #221FE1
Text Example
Text Example
White with #221FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FE1; }
p { color: rgb(34,31,225); }
H1.HeaderClassName
{
color: #221FE1;
}
.AnyTagClassName
{
color: #221FE1;
}
</style>
background-color css
<style>
a { background-color: #221FE1; }
a { background-color: rgb(34,31,225); }
div.DivClassName
{
background-color: #221FE1;
}
.BgClassName
{
background-color: #221FE1;
}
</style>
border-color css
<style>
span { border-color: #221FE1; }
span { border-color: rgb(34,31,225); }
td.TdClassName
{
border-color: #221FE1;
}
.TagClassName
{
border-color: #221FE1;
}
</style>