Shades of Persian Blue #213EE1
Tints of Persian Blue #213EE1
RGB
CMYK
RGB Variations
Color information
#213EE1 (or 0x213EE1) is known color: Persian Blue. HEX triplet: 21, 3E and E1. RGB value is (33,62,225). Sum of RGB (Red+Green+Blue) = 33+62+225=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #213EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EE1 is #DEC11E. Grayscale: #474747. Windows color (decimal): -14598431 or 14761505. OLE color: 14761505.
HSL color Cylindrical-coordinate representation of color #213EE1: hue angle of 230.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213EE1 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 62 | 225 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.12 |
| HSL | 230.94º | 0.76% | 0.51% | - |
| HSV(B) | 230.94º | 0.85% | 0.88% | - |
| XYZ | 15.94 | 9.2 | 72.17 | - |
| YUV | 71.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 225 | 0.85 | 0.72 | 0 | 0.12 | 230.94 | 0.76 | 0.51 |
| Hex | 21 | 3E | E1 | 55 | 48 | 0 | C | E7 | 4C | 33 |
| Octal | 41 | 76 | 341 | 125 | 110 | 0 | 14 | 347 | 114 | 63 |
| Binary | 100001 | 111110 | 11100001 | 1010101 | 1001000 | 0 | 1100 | 11100111 | 1001100 | 110011 |
Color Harmonies of #213EE1
Complementary color
Monochromatic Colors of #213EE1
Black with #213EE1
Text Example
Text Example
White with #213EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EE1; }
p { color: rgb(33,62,225); }
H1.HeaderClassName
{
color: #213EE1;
}
.AnyTagClassName
{
color: #213EE1;
}
</style>
background-color css
<style>
a { background-color: #213EE1; }
a { background-color: rgb(33,62,225); }
div.DivClassName
{
background-color: #213EE1;
}
.BgClassName
{
background-color: #213EE1;
}
</style>
border-color css
<style>
span { border-color: #213EE1; }
span { border-color: rgb(33,62,225); }
td.TdClassName
{
border-color: #213EE1;
}
.TagClassName
{
border-color: #213EE1;
}
</style>