Shades of Persian Blue #2021C1
Tints of Persian Blue #2021C1
RGB
CMYK
RGB Variations
Color information
#2021C1 (or 0x2021C1) is known color: Persian Blue. HEX triplet: 20, 21 and C1. RGB value is (32,33,193). Sum of RGB (Red+Green+Blue) = 32+33+193=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #2021C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021C1 is #DFDE3E. Grayscale: #323232. Windows color (decimal): -14671423 or 12656928. OLE color: 12656928.
HSL color Cylindrical-coordinate representation of color #2021C1: hue angle of 239.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2021C1 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 33 | 193 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.24 |
| HSL | 239.63º | 0.72% | 0.44% | - |
| HSV(B) | 239.63º | 0.83% | 0.76% | - |
| XYZ | 10.77 | 5.25 | 50.9 | - |
| YUV | 50.94 | 208.17 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 193 | 0.83 | 0.83 | 0 | 0.24 | 239.63 | 0.72 | 0.44 |
| Hex | 20 | 21 | C1 | 53 | 53 | 0 | 18 | F0 | 48 | 2C |
| Octal | 40 | 41 | 301 | 123 | 123 | 0 | 30 | 360 | 110 | 54 |
| Binary | 100000 | 100001 | 11000001 | 1010011 | 1010011 | 0 | 11000 | 11110000 | 1001000 | 101100 |
Color Harmonies of #2021C1
Complementary color
Monochromatic Colors of #2021C1
Black with #2021C1
Text Example
Text Example
White with #2021C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021C1; }
p { color: rgb(32,33,193); }
H1.HeaderClassName
{
color: #2021C1;
}
.AnyTagClassName
{
color: #2021C1;
}
</style>
background-color css
<style>
a { background-color: #2021C1; }
a { background-color: rgb(32,33,193); }
div.DivClassName
{
background-color: #2021C1;
}
.BgClassName
{
background-color: #2021C1;
}
</style>
border-color css
<style>
span { border-color: #2021C1; }
span { border-color: rgb(32,33,193); }
td.TdClassName
{
border-color: #2021C1;
}
.TagClassName
{
border-color: #2021C1;
}
</style>