Shades of Persian Blue #201DC2
Tints of Persian Blue #201DC2
RGB
CMYK
RGB Variations
Color information
#201DC2 (or 0x201DC2) is known color: Persian Blue. HEX triplet: 20, 1D and C2. RGB value is (32,29,194). Sum of RGB (Red+Green+Blue) = 32+29+194=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 194 (76.17% from 255 or 76.08% from 255); Max value from RGB is 194 - color contains mainly: blue. Hex color #201DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DC2 is #DFE23D. Grayscale: #303030. Windows color (decimal): -14672446 or 12721440. OLE color: 12721440.
HSL color Cylindrical-coordinate representation of color #201DC2: hue angle of 241.09º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201DC2 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 29 | 194 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.24 |
| HSL | 241.09º | 0.74% | 0.44% | - |
| HSV(B) | 241.09º | 0.85% | 0.76% | - |
| XYZ | 10.77 | 5.08 | 51.45 | - |
| YUV | 48.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 194 | 0.84 | 0.85 | 0 | 0.24 | 241.09 | 0.74 | 0.44 |
| Hex | 20 | 1D | C2 | 54 | 55 | 0 | 18 | F1 | 4A | 2C |
| Octal | 40 | 35 | 302 | 124 | 125 | 0 | 30 | 361 | 112 | 54 |
| Binary | 100000 | 11101 | 11000010 | 1010100 | 1010101 | 0 | 11000 | 11110001 | 1001010 | 101100 |
Color Harmonies of #201DC2
Complementary color
Monochromatic Colors of #201DC2
Black with #201DC2
Text Example
Text Example
White with #201DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DC2; }
p { color: rgb(32,29,194); }
H1.HeaderClassName
{
color: #201DC2;
}
.AnyTagClassName
{
color: #201DC2;
}
</style>
background-color css
<style>
a { background-color: #201DC2; }
a { background-color: rgb(32,29,194); }
div.DivClassName
{
background-color: #201DC2;
}
.BgClassName
{
background-color: #201DC2;
}
</style>
border-color css
<style>
span { border-color: #201DC2; }
span { border-color: rgb(32,29,194); }
td.TdClassName
{
border-color: #201DC2;
}
.TagClassName
{
border-color: #201DC2;
}
</style>