Shades of Persian Blue #201DC0
Tints of Persian Blue #201DC0
RGB
CMYK
RGB Variations
Color information
#201DC0 (or 0x201DC0) is known color: Persian Blue. HEX triplet: 20, 1D and C0. RGB value is (32,29,192). Sum of RGB (Red+Green+Blue) = 32+29+192=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #201DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DC0 is #DFE23F. Grayscale: #2F2F2F. Windows color (decimal): -14672448 or 12590368. OLE color: 12590368.
HSL color Cylindrical-coordinate representation of color #201DC0: hue angle of 241.1º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201DC0 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 29 | 192 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.25 |
| HSL | 241.1º | 0.74% | 0.43% | - |
| HSV(B) | 241.1º | 0.85% | 0.75% | - |
| XYZ | 10.55 | 4.99 | 50.28 | - |
| YUV | 48.48 | 208.99 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 192 | 0.83 | 0.85 | 0 | 0.25 | 241.1 | 0.74 | 0.43 |
| Hex | 20 | 1D | C0 | 53 | 55 | 0 | 19 | F1 | 4A | 2B |
| Octal | 40 | 35 | 300 | 123 | 125 | 0 | 31 | 361 | 112 | 53 |
| Binary | 100000 | 11101 | 11000000 | 1010011 | 1010101 | 0 | 11001 | 11110001 | 1001010 | 101011 |
Color Harmonies of #201DC0
Complementary color
Monochromatic Colors of #201DC0
Black with #201DC0
Text Example
Text Example
White with #201DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DC0; }
p { color: rgb(32,29,192); }
H1.HeaderClassName
{
color: #201DC0;
}
.AnyTagClassName
{
color: #201DC0;
}
</style>
background-color css
<style>
a { background-color: #201DC0; }
a { background-color: rgb(32,29,192); }
div.DivClassName
{
background-color: #201DC0;
}
.BgClassName
{
background-color: #201DC0;
}
</style>
border-color css
<style>
span { border-color: #201DC0; }
span { border-color: rgb(32,29,192); }
td.TdClassName
{
border-color: #201DC0;
}
.TagClassName
{
border-color: #201DC0;
}
</style>