Shades of Persian Blue #213CE1
Tints of Persian Blue #213CE1
RGB
CMYK
RGB Variations
Color information
#213CE1 (or 0x213CE1) is known color: Persian Blue. HEX triplet: 21, 3C and E1. RGB value is (33,60,225). Sum of RGB (Red+Green+Blue) = 33+60+225=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 225 (88.28% from 255 or 70.75% from 318); Max value from RGB is 225 - color contains mainly: blue. Hex color #213CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CE1 is #DEC31E. Grayscale: #464646. Windows color (decimal): -14598943 or 14760993. OLE color: 14760993.
HSL color Cylindrical-coordinate representation of color #213CE1: hue angle of 231.56º 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 #213CE1 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 60 | 225 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.12 |
| HSL | 231.56º | 0.76% | 0.51% | - |
| HSV(B) | 231.56º | 0.85% | 0.88% | - |
| XYZ | 15.83 | 8.99 | 72.14 | - |
| YUV | 70.74 | 215.05 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 225 | 0.85 | 0.73 | 0 | 0.12 | 231.56 | 0.76 | 0.51 |
| Hex | 21 | 3C | E1 | 55 | 49 | 0 | C | E8 | 4C | 33 |
| Octal | 41 | 74 | 341 | 125 | 111 | 0 | 14 | 350 | 114 | 63 |
| Binary | 100001 | 111100 | 11100001 | 1010101 | 1001001 | 0 | 1100 | 11101000 | 1001100 | 110011 |
Color Harmonies of #213CE1
Complementary color
Monochromatic Colors of #213CE1
Black with #213CE1
Text Example
Text Example
White with #213CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CE1; }
p { color: rgb(33,60,225); }
H1.HeaderClassName
{
color: #213CE1;
}
.AnyTagClassName
{
color: #213CE1;
}
</style>
background-color css
<style>
a { background-color: #213CE1; }
a { background-color: rgb(33,60,225); }
div.DivClassName
{
background-color: #213CE1;
}
.BgClassName
{
background-color: #213CE1;
}
</style>
border-color css
<style>
span { border-color: #213CE1; }
span { border-color: rgb(33,60,225); }
td.TdClassName
{
border-color: #213CE1;
}
.TagClassName
{
border-color: #213CE1;
}
</style>