Shades of Persian Blue #213CE9
Tints of Persian Blue #213CE9
RGB
CMYK
RGB Variations
Color information
#213CE9 (or 0x213CE9) is known color: Persian Blue. HEX triplet: 21, 3C and E9. RGB value is (33,60,233). Sum of RGB (Red+Green+Blue) = 33+60+233=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 233 (91.41% from 255 or 71.47% from 326); Max value from RGB is 233 - color contains mainly: blue. Hex color #213CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CE9 is #DEC316. Grayscale: #464646. Windows color (decimal): -14598935 or 15285281. OLE color: 15285281.
HSL color Cylindrical-coordinate representation of color #213CE9: hue angle of 231.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213CE9 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 60 | 233 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.09 |
| HSL | 231.9º | 0.82% | 0.52% | - |
| HSV(B) | 231.9º | 0.86% | 0.91% | - |
| XYZ | 16.95 | 9.44 | 78.02 | - |
| YUV | 71.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 233 | 0.86 | 0.74 | 0 | 0.09 | 231.9 | 0.82 | 0.52 |
| Hex | 21 | 3C | E9 | 56 | 4A | 0 | 9 | E8 | 52 | 34 |
| Octal | 41 | 74 | 351 | 126 | 112 | 0 | 11 | 350 | 122 | 64 |
| Binary | 100001 | 111100 | 11101001 | 1010110 | 1001010 | 0 | 1001 | 11101000 | 1010010 | 110100 |
Color Harmonies of #213CE9
Complementary color
Monochromatic Colors of #213CE9
Black with #213CE9
Text Example
Text Example
White with #213CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CE9; }
p { color: rgb(33,60,233); }
H1.HeaderClassName
{
color: #213CE9;
}
.AnyTagClassName
{
color: #213CE9;
}
</style>
background-color css
<style>
a { background-color: #213CE9; }
a { background-color: rgb(33,60,233); }
div.DivClassName
{
background-color: #213CE9;
}
.BgClassName
{
background-color: #213CE9;
}
</style>
border-color css
<style>
span { border-color: #213CE9; }
span { border-color: rgb(33,60,233); }
td.TdClassName
{
border-color: #213CE9;
}
.TagClassName
{
border-color: #213CE9;
}
</style>