Shades of Persian Blue #212AE1
Tints of Persian Blue #212AE1
RGB
CMYK
RGB Variations
Color information
#212AE1 (or 0x212AE1) is known color: Persian Blue. HEX triplet: 21, 2A and E1. RGB value is (33,42,225). Sum of RGB (Red+Green+Blue) = 33+42+225=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #212AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AE1 is #DED51E. Grayscale: #3B3B3B. Windows color (decimal): -14603551 or 14756385. OLE color: 14756385.
HSL color Cylindrical-coordinate representation of color #212AE1: hue angle of 237.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 #212AE1 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 42 | 225 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.12 |
| HSL | 237.19º | 0.76% | 0.51% | - |
| HSV(B) | 237.19º | 0.85% | 0.88% | - |
| XYZ | 15.05 | 7.42 | 71.87 | - |
| YUV | 60.17 | 221.02 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 225 | 0.85 | 0.81 | 0 | 0.12 | 237.19 | 0.76 | 0.51 |
| Hex | 21 | 2A | E1 | 55 | 51 | 0 | C | ED | 4C | 33 |
| Octal | 41 | 52 | 341 | 125 | 121 | 0 | 14 | 355 | 114 | 63 |
| Binary | 100001 | 101010 | 11100001 | 1010101 | 1010001 | 0 | 1100 | 11101101 | 1001100 | 110011 |
Color Harmonies of #212AE1
Complementary color
Monochromatic Colors of #212AE1
Black with #212AE1
Text Example
Text Example
White with #212AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AE1; }
p { color: rgb(33,42,225); }
H1.HeaderClassName
{
color: #212AE1;
}
.AnyTagClassName
{
color: #212AE1;
}
</style>
background-color css
<style>
a { background-color: #212AE1; }
a { background-color: rgb(33,42,225); }
div.DivClassName
{
background-color: #212AE1;
}
.BgClassName
{
background-color: #212AE1;
}
</style>
border-color css
<style>
span { border-color: #212AE1; }
span { border-color: rgb(33,42,225); }
td.TdClassName
{
border-color: #212AE1;
}
.TagClassName
{
border-color: #212AE1;
}
</style>