Shades of Persian Blue #213AE1
Tints of Persian Blue #213AE1
RGB
CMYK
RGB Variations
Color information
#213AE1 (or 0x213AE1) is known color: Persian Blue. HEX triplet: 21, 3A and E1. RGB value is (33,58,225). Sum of RGB (Red+Green+Blue) = 33+58+225=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 225 (88.28% from 255 or 71.20% from 316); Max value from RGB is 225 - color contains mainly: blue. Hex color #213AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213AE1 is #DEC51E. Grayscale: #444444. Windows color (decimal): -14599455 or 14760481. OLE color: 14760481.
HSL color Cylindrical-coordinate representation of color #213AE1: hue angle of 232.19º 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 #213AE1 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 58 | 225 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.12 |
| HSL | 232.19º | 0.76% | 0.51% | - |
| HSV(B) | 232.19º | 0.85% | 0.88% | - |
| XYZ | 15.73 | 8.79 | 72.1 | - |
| YUV | 69.56 | 215.72 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 225 | 0.85 | 0.74 | 0 | 0.12 | 232.19 | 0.76 | 0.51 |
| Hex | 21 | 3A | E1 | 55 | 4A | 0 | C | E8 | 4C | 33 |
| Octal | 41 | 72 | 341 | 125 | 112 | 0 | 14 | 350 | 114 | 63 |
| Binary | 100001 | 111010 | 11100001 | 1010101 | 1001010 | 0 | 1100 | 11101000 | 1001100 | 110011 |
Color Harmonies of #213AE1
Complementary color
Monochromatic Colors of #213AE1
Black with #213AE1
Text Example
Text Example
White with #213AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AE1; }
p { color: rgb(33,58,225); }
H1.HeaderClassName
{
color: #213AE1;
}
.AnyTagClassName
{
color: #213AE1;
}
</style>
background-color css
<style>
a { background-color: #213AE1; }
a { background-color: rgb(33,58,225); }
div.DivClassName
{
background-color: #213AE1;
}
.BgClassName
{
background-color: #213AE1;
}
</style>
border-color css
<style>
span { border-color: #213AE1; }
span { border-color: rgb(33,58,225); }
td.TdClassName
{
border-color: #213AE1;
}
.TagClassName
{
border-color: #213AE1;
}
</style>