Shades of Persian Blue #201CC0
Tints of Persian Blue #201CC0
RGB
CMYK
RGB Variations
Color information
#201CC0 (or 0x201CC0) is known color: Persian Blue. HEX triplet: 20, 1C and C0. RGB value is (32,28,192). Sum of RGB (Red+Green+Blue) = 32+28+192=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #201CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CC0 is #DFE33F. Grayscale: #2F2F2F. Windows color (decimal): -14672704 or 12590112. OLE color: 12590112.
HSL color Cylindrical-coordinate representation of color #201CC0: hue angle of 241.46º degrees, saturation: 0.75, 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 #201CC0 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 28 | 192 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.25 |
| HSL | 241.46º | 0.75% | 0.43% | - |
| HSV(B) | 241.46º | 0.85% | 0.75% | - |
| XYZ | 10.53 | 4.94 | 50.27 | - |
| YUV | 47.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 192 | 0.83 | 0.85 | 0 | 0.25 | 241.46 | 0.75 | 0.43 |
| Hex | 20 | 1C | C0 | 53 | 55 | 0 | 19 | F1 | 4B | 2B |
| Octal | 40 | 34 | 300 | 123 | 125 | 0 | 31 | 361 | 113 | 53 |
| Binary | 100000 | 11100 | 11000000 | 1010011 | 1010101 | 0 | 11001 | 11110001 | 1001011 | 101011 |
Color Harmonies of #201CC0
Complementary color
Monochromatic Colors of #201CC0
Black with #201CC0
Text Example
Text Example
White with #201CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CC0; }
p { color: rgb(32,28,192); }
H1.HeaderClassName
{
color: #201CC0;
}
.AnyTagClassName
{
color: #201CC0;
}
</style>
background-color css
<style>
a { background-color: #201CC0; }
a { background-color: rgb(32,28,192); }
div.DivClassName
{
background-color: #201CC0;
}
.BgClassName
{
background-color: #201CC0;
}
</style>
border-color css
<style>
span { border-color: #201CC0; }
span { border-color: rgb(32,28,192); }
td.TdClassName
{
border-color: #201CC0;
}
.TagClassName
{
border-color: #201CC0;
}
</style>