Shades of Persian Blue #201ECD
Tints of Persian Blue #201ECD
RGB
CMYK
RGB Variations
Color information
#201ECD (or 0x201ECD) is known color: Persian Blue. HEX triplet: 20, 1E and CD. RGB value is (32,30,205). Sum of RGB (Red+Green+Blue) = 32+30+205=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #201ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ECD is #DFE132. Grayscale: #313131. Windows color (decimal): -14672179 or 13442592. OLE color: 13442592.
HSL color Cylindrical-coordinate representation of color #201ECD: hue angle of 240.69º 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 #201ECD is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 30 | 205 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.20 |
| HSL | 240.69º | 0.74% | 0.46% | - |
| HSV(B) | 240.69º | 0.85% | 0.8% | - |
| XYZ | 12.08 | 5.64 | 58.21 | - |
| YUV | 50.55 | 215.16 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 205 | 0.84 | 0.85 | 0 | 0.20 | 240.69 | 0.74 | 0.46 |
| Hex | 20 | 1E | CD | 54 | 55 | 0 | 14 | F1 | 4A | 2E |
| Octal | 40 | 36 | 315 | 124 | 125 | 0 | 24 | 361 | 112 | 56 |
| Binary | 100000 | 11110 | 11001101 | 1010100 | 1010101 | 0 | 10100 | 11110001 | 1001010 | 101110 |
Color Harmonies of #201ECD
Complementary color
Monochromatic Colors of #201ECD
Black with #201ECD
Text Example
Text Example
White with #201ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ECD; }
p { color: rgb(32,30,205); }
H1.HeaderClassName
{
color: #201ECD;
}
.AnyTagClassName
{
color: #201ECD;
}
</style>
background-color css
<style>
a { background-color: #201ECD; }
a { background-color: rgb(32,30,205); }
div.DivClassName
{
background-color: #201ECD;
}
.BgClassName
{
background-color: #201ECD;
}
</style>
border-color css
<style>
span { border-color: #201ECD; }
span { border-color: rgb(32,30,205); }
td.TdClassName
{
border-color: #201ECD;
}
.TagClassName
{
border-color: #201ECD;
}
</style>