Shades of Persian Blue #221FB0
Tints of Persian Blue #221FB0
RGB
CMYK
RGB Variations
Color information
#221FB0 (or 0x221FB0) is known color: Persian Blue. HEX triplet: 22, 1F and B0. RGB value is (34,31,176). Sum of RGB (Red+Green+Blue) = 34+31+176=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #221FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221FB0 is #DDE04F. Grayscale: #2F2F2F. Windows color (decimal): -14540880 or 11542306. OLE color: 11542306.
HSL color Cylindrical-coordinate representation of color #221FB0: hue angle of 241.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221FB0 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 31 | 176 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.31 |
| HSL | 241.24º | 0.7% | 0.41% | - |
| HSV(B) | 241.24º | 0.82% | 0.69% | - |
| XYZ | 8.99 | 4.45 | 41.46 | - |
| YUV | 48.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 176 | 0.81 | 0.82 | 0 | 0.31 | 241.24 | 0.7 | 0.41 |
| Hex | 22 | 1F | B0 | 51 | 52 | 0 | 1F | F1 | 46 | 29 |
| Octal | 42 | 37 | 260 | 121 | 122 | 0 | 37 | 361 | 106 | 51 |
| Binary | 100010 | 11111 | 10110000 | 1010001 | 1010010 | 0 | 11111 | 11110001 | 1000110 | 101001 |
Color Harmonies of #221FB0
Complementary color
Monochromatic Colors of #221FB0
Black with #221FB0
Text Example
Text Example
White with #221FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FB0; }
p { color: rgb(34,31,176); }
H1.HeaderClassName
{
color: #221FB0;
}
.AnyTagClassName
{
color: #221FB0;
}
</style>
background-color css
<style>
a { background-color: #221FB0; }
a { background-color: rgb(34,31,176); }
div.DivClassName
{
background-color: #221FB0;
}
.BgClassName
{
background-color: #221FB0;
}
</style>
border-color css
<style>
span { border-color: #221FB0; }
span { border-color: rgb(34,31,176); }
td.TdClassName
{
border-color: #221FB0;
}
.TagClassName
{
border-color: #221FB0;
}
</style>