Shades of Persian Blue #2120CF
Tints of Persian Blue #2120CF
RGB
CMYK
RGB Variations
Color information
#2120CF (or 0x2120CF) is known color: Persian Blue. HEX triplet: 21, 20 and CF. RGB value is (33,32,207). Sum of RGB (Red+Green+Blue) = 33+32+207=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #2120CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2120CF is #DEDF30. Grayscale: #333333. Windows color (decimal): -14606129 or 13574177. OLE color: 13574177.
HSL color Cylindrical-coordinate representation of color #2120CF: hue angle of 240.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2120CF is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 32 | 207 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.19 |
| HSL | 240.34º | 0.73% | 0.47% | - |
| HSV(B) | 240.34º | 0.85% | 0.81% | - |
| XYZ | 12.41 | 5.86 | 59.51 | - |
| YUV | 52.25 | 215.33 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 207 | 0.84 | 0.85 | 0 | 0.19 | 240.34 | 0.73 | 0.47 |
| Hex | 21 | 20 | CF | 54 | 55 | 0 | 13 | F0 | 49 | 2F |
| Octal | 41 | 40 | 317 | 124 | 125 | 0 | 23 | 360 | 111 | 57 |
| Binary | 100001 | 100000 | 11001111 | 1010100 | 1010101 | 0 | 10011 | 11110000 | 1001001 | 101111 |
Color Harmonies of #2120CF
Complementary color
Monochromatic Colors of #2120CF
Black with #2120CF
Text Example
Text Example
White with #2120CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2120CF; }
p { color: rgb(33,32,207); }
H1.HeaderClassName
{
color: #2120CF;
}
.AnyTagClassName
{
color: #2120CF;
}
</style>
background-color css
<style>
a { background-color: #2120CF; }
a { background-color: rgb(33,32,207); }
div.DivClassName
{
background-color: #2120CF;
}
.BgClassName
{
background-color: #2120CF;
}
</style>
border-color css
<style>
span { border-color: #2120CF; }
span { border-color: rgb(33,32,207); }
td.TdClassName
{
border-color: #2120CF;
}
.TagClassName
{
border-color: #2120CF;
}
</style>