Shades of Persian Blue #2121CD
Tints of Persian Blue #2121CD
RGB
CMYK
RGB Variations
Color information
#2121CD (or 0x2121CD) is known color: Persian Blue. HEX triplet: 21, 21 and CD. RGB value is (33,33,205). Sum of RGB (Red+Green+Blue) = 33+33+205=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #2121CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2121CD is #DEDE32. Grayscale: #333333. Windows color (decimal): -14605875 or 13443361. OLE color: 13443361.
HSL color Cylindrical-coordinate representation of color #2121CD: hue angle of 240º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2121CD is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 33 | 205 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.20 |
| HSL | 240º | 0.72% | 0.47% | - |
| HSV(B) | 240º | 0.84% | 0.8% | - |
| XYZ | 12.19 | 5.82 | 58.24 | - |
| YUV | 52.61 | 214 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 205 | 0.84 | 0.84 | 0 | 0.20 | 240 | 0.72 | 0.47 |
| Hex | 21 | 21 | CD | 54 | 54 | 0 | 14 | F0 | 48 | 2F |
| Octal | 41 | 41 | 315 | 124 | 124 | 0 | 24 | 360 | 110 | 57 |
| Binary | 100001 | 100001 | 11001101 | 1010100 | 1010100 | 0 | 10100 | 11110000 | 1001000 | 101111 |
Color Harmonies of #2121CD
Complementary color
Monochromatic Colors of #2121CD
Black with #2121CD
Text Example
Text Example
White with #2121CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2121CD; }
p { color: rgb(33,33,205); }
H1.HeaderClassName
{
color: #2121CD;
}
.AnyTagClassName
{
color: #2121CD;
}
</style>
background-color css
<style>
a { background-color: #2121CD; }
a { background-color: rgb(33,33,205); }
div.DivClassName
{
background-color: #2121CD;
}
.BgClassName
{
background-color: #2121CD;
}
</style>
border-color css
<style>
span { border-color: #2121CD; }
span { border-color: rgb(33,33,205); }
td.TdClassName
{
border-color: #2121CD;
}
.TagClassName
{
border-color: #2121CD;
}
</style>