Shades of Persian Blue #201FCD
Tints of Persian Blue #201FCD
RGB
CMYK
RGB Variations
Color information
#201FCD (or 0x201FCD) is known color: Persian Blue. HEX triplet: 20, 1F and CD. RGB value is (32,31,205). Sum of RGB (Red+Green+Blue) = 32+31+205=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #201FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FCD is #DFE032. Grayscale: #323232. Windows color (decimal): -14671923 or 13442848. OLE color: 13442848.
HSL color Cylindrical-coordinate representation of color #201FCD: hue angle of 240.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201FCD is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 31 | 205 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.20 |
| HSL | 240.34º | 0.74% | 0.46% | - |
| HSV(B) | 240.34º | 0.85% | 0.8% | - |
| XYZ | 12.11 | 5.69 | 58.22 | - |
| YUV | 51.14 | 214.83 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 205 | 0.84 | 0.85 | 0 | 0.20 | 240.34 | 0.74 | 0.46 |
| Hex | 20 | 1F | CD | 54 | 55 | 0 | 14 | F0 | 4A | 2E |
| Octal | 40 | 37 | 315 | 124 | 125 | 0 | 24 | 360 | 112 | 56 |
| Binary | 100000 | 11111 | 11001101 | 1010100 | 1010101 | 0 | 10100 | 11110000 | 1001010 | 101110 |
Color Harmonies of #201FCD
Complementary color
Monochromatic Colors of #201FCD
Black with #201FCD
Text Example
Text Example
White with #201FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FCD; }
p { color: rgb(32,31,205); }
H1.HeaderClassName
{
color: #201FCD;
}
.AnyTagClassName
{
color: #201FCD;
}
</style>
background-color css
<style>
a { background-color: #201FCD; }
a { background-color: rgb(32,31,205); }
div.DivClassName
{
background-color: #201FCD;
}
.BgClassName
{
background-color: #201FCD;
}
</style>
border-color css
<style>
span { border-color: #201FCD; }
span { border-color: rgb(32,31,205); }
td.TdClassName
{
border-color: #201FCD;
}
.TagClassName
{
border-color: #201FCD;
}
</style>