Shades of Persian Blue #2121DC
Tints of Persian Blue #2121DC
RGB
CMYK
RGB Variations
Color information
#2121DC (or 0x2121DC) is known color: Persian Blue. HEX triplet: 21, 21 and DC. RGB value is (33,33,220). Sum of RGB (Red+Green+Blue) = 33+33+220=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #2121DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2121DC is #DEDE23. Grayscale: #353535. Windows color (decimal): -14605860 or 14426401. OLE color: 14426401.
HSL color Cylindrical-coordinate representation of color #2121DC: hue angle of 240º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2121DC is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 33 | 220 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.14 |
| HSL | 240º | 0.74% | 0.5% | - |
| HSV(B) | 240º | 0.85% | 0.86% | - |
| XYZ | 14.09 | 6.58 | 68.24 | - |
| YUV | 54.32 | 221.5 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 220 | 0.85 | 0.85 | 0 | 0.14 | 240 | 0.74 | 0.5 |
| Hex | 21 | 21 | DC | 55 | 55 | 0 | E | F0 | 4A | 32 |
| Octal | 41 | 41 | 334 | 125 | 125 | 0 | 16 | 360 | 112 | 62 |
| Binary | 100001 | 100001 | 11011100 | 1010101 | 1010101 | 0 | 1110 | 11110000 | 1001010 | 110010 |
Color Harmonies of #2121DC
Complementary color
Monochromatic Colors of #2121DC
Black with #2121DC
Text Example
Text Example
White with #2121DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2121DC; }
p { color: rgb(33,33,220); }
H1.HeaderClassName
{
color: #2121DC;
}
.AnyTagClassName
{
color: #2121DC;
}
</style>
background-color css
<style>
a { background-color: #2121DC; }
a { background-color: rgb(33,33,220); }
div.DivClassName
{
background-color: #2121DC;
}
.BgClassName
{
background-color: #2121DC;
}
</style>
border-color css
<style>
span { border-color: #2121DC; }
span { border-color: rgb(33,33,220); }
td.TdClassName
{
border-color: #2121DC;
}
.TagClassName
{
border-color: #2121DC;
}
</style>