Shades of Persian Blue #213EE5
Tints of Persian Blue #213EE5
RGB
CMYK
RGB Variations
Color information
#213EE5 (or 0x213EE5) is known color: Persian Blue. HEX triplet: 21, 3E and E5. RGB value is (33,62,229). Sum of RGB (Red+Green+Blue) = 33+62+229=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 229 (89.84% from 255 or 70.68% from 324); Max value from RGB is 229 - color contains mainly: blue. Hex color #213EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EE5 is #DEC11A. Grayscale: #474747. Windows color (decimal): -14598427 or 15023649. OLE color: 15023649.
HSL color Cylindrical-coordinate representation of color #213EE5: hue angle of 231.12º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213EE5 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 62 | 229 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.10 |
| HSL | 231.12º | 0.79% | 0.51% | - |
| HSV(B) | 231.12º | 0.86% | 0.9% | - |
| XYZ | 16.49 | 9.43 | 75.08 | - |
| YUV | 72.37 | 216.39 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 229 | 0.86 | 0.73 | 0 | 0.10 | 231.12 | 0.79 | 0.51 |
| Hex | 21 | 3E | E5 | 56 | 49 | 0 | A | E7 | 4F | 33 |
| Octal | 41 | 76 | 345 | 126 | 111 | 0 | 12 | 347 | 117 | 63 |
| Binary | 100001 | 111110 | 11100101 | 1010110 | 1001001 | 0 | 1010 | 11100111 | 1001111 | 110011 |
Color Harmonies of #213EE5
Complementary color
Monochromatic Colors of #213EE5
Black with #213EE5
Text Example
Text Example
White with #213EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EE5; }
p { color: rgb(33,62,229); }
H1.HeaderClassName
{
color: #213EE5;
}
.AnyTagClassName
{
color: #213EE5;
}
</style>
background-color css
<style>
a { background-color: #213EE5; }
a { background-color: rgb(33,62,229); }
div.DivClassName
{
background-color: #213EE5;
}
.BgClassName
{
background-color: #213EE5;
}
</style>
border-color css
<style>
span { border-color: #213EE5; }
span { border-color: rgb(33,62,229); }
td.TdClassName
{
border-color: #213EE5;
}
.TagClassName
{
border-color: #213EE5;
}
</style>