Shades of Persian Blue #221FC9
Tints of Persian Blue #221FC9
RGB
CMYK
RGB Variations
Color information
#221FC9 (or 0x221FC9) is known color: Persian Blue. HEX triplet: 22, 1F and C9. RGB value is (34,31,201). Sum of RGB (Red+Green+Blue) = 34+31+201=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #221FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FC9 is #DDE036. Grayscale: #323232. Windows color (decimal): -14540855 or 13180706. OLE color: 13180706.
HSL color Cylindrical-coordinate representation of color #221FC9: hue angle of 241.06º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221FC9 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 31 | 201 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.21 |
| HSL | 241.06º | 0.73% | 0.45% | - |
| HSV(B) | 241.06º | 0.85% | 0.79% | - |
| XYZ | 11.69 | 5.54 | 55.71 | - |
| YUV | 51.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 201 | 0.83 | 0.85 | 0 | 0.21 | 241.06 | 0.73 | 0.45 |
| Hex | 22 | 1F | C9 | 53 | 55 | 0 | 15 | F1 | 49 | 2D |
| Octal | 42 | 37 | 311 | 123 | 125 | 0 | 25 | 361 | 111 | 55 |
| Binary | 100010 | 11111 | 11001001 | 1010011 | 1010101 | 0 | 10101 | 11110001 | 1001001 | 101101 |
Color Harmonies of #221FC9
Complementary color
Monochromatic Colors of #221FC9
Black with #221FC9
Text Example
Text Example
White with #221FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FC9; }
p { color: rgb(34,31,201); }
H1.HeaderClassName
{
color: #221FC9;
}
.AnyTagClassName
{
color: #221FC9;
}
</style>
background-color css
<style>
a { background-color: #221FC9; }
a { background-color: rgb(34,31,201); }
div.DivClassName
{
background-color: #221FC9;
}
.BgClassName
{
background-color: #221FC9;
}
</style>
border-color css
<style>
span { border-color: #221FC9; }
span { border-color: rgb(34,31,201); }
td.TdClassName
{
border-color: #221FC9;
}
.TagClassName
{
border-color: #221FC9;
}
</style>