Shades of Persian Blue #201CC2
Tints of Persian Blue #201CC2
RGB
CMYK
RGB Variations
Color information
#201CC2 (or 0x201CC2) is known color: Persian Blue. HEX triplet: 20, 1C and C2. RGB value is (32,28,194). Sum of RGB (Red+Green+Blue) = 32+28+194=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 194 (76.17% from 255 or 76.38% from 254); Max value from RGB is 194 - color contains mainly: blue. Hex color #201CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CC2 is #DFE33D. Grayscale: #2F2F2F. Windows color (decimal): -14672702 or 12721184. OLE color: 12721184.
HSL color Cylindrical-coordinate representation of color #201CC2: hue angle of 241.45º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201CC2 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 28 | 194 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.24 |
| HSL | 241.45º | 0.75% | 0.44% | - |
| HSV(B) | 241.45º | 0.86% | 0.76% | - |
| XYZ | 10.75 | 5.03 | 51.44 | - |
| YUV | 48.12 | 210.33 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 194 | 0.84 | 0.86 | 0 | 0.24 | 241.45 | 0.75 | 0.44 |
| Hex | 20 | 1C | C2 | 54 | 56 | 0 | 18 | F1 | 4B | 2C |
| Octal | 40 | 34 | 302 | 124 | 126 | 0 | 30 | 361 | 113 | 54 |
| Binary | 100000 | 11100 | 11000010 | 1010100 | 1010110 | 0 | 11000 | 11110001 | 1001011 | 101100 |
Color Harmonies of #201CC2
Complementary color
Monochromatic Colors of #201CC2
Black with #201CC2
Text Example
Text Example
White with #201CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CC2; }
p { color: rgb(32,28,194); }
H1.HeaderClassName
{
color: #201CC2;
}
.AnyTagClassName
{
color: #201CC2;
}
</style>
background-color css
<style>
a { background-color: #201CC2; }
a { background-color: rgb(32,28,194); }
div.DivClassName
{
background-color: #201CC2;
}
.BgClassName
{
background-color: #201CC2;
}
</style>
border-color css
<style>
span { border-color: #201CC2; }
span { border-color: rgb(32,28,194); }
td.TdClassName
{
border-color: #201CC2;
}
.TagClassName
{
border-color: #201CC2;
}
</style>