Shades of Persian Blue #201ECA
Tints of Persian Blue #201ECA
RGB
CMYK
RGB Variations
Color information
#201ECA (or 0x201ECA) is known color: Persian Blue. HEX triplet: 20, 1E and CA. RGB value is (32,30,202). Sum of RGB (Red+Green+Blue) = 32+30+202=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #201ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ECA is #DFE135. Grayscale: #313131. Windows color (decimal): -14672182 or 13245984. OLE color: 13245984.
HSL color Cylindrical-coordinate representation of color #201ECA: hue angle of 240.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201ECA is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 30 | 202 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.21 |
| HSL | 240.7º | 0.74% | 0.45% | - |
| HSV(B) | 240.7º | 0.85% | 0.79% | - |
| XYZ | 11.72 | 5.5 | 56.32 | - |
| YUV | 50.21 | 213.66 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 202 | 0.84 | 0.85 | 0 | 0.21 | 240.7 | 0.74 | 0.45 |
| Hex | 20 | 1E | CA | 54 | 55 | 0 | 15 | F1 | 4A | 2D |
| Octal | 40 | 36 | 312 | 124 | 125 | 0 | 25 | 361 | 112 | 55 |
| Binary | 100000 | 11110 | 11001010 | 1010100 | 1010101 | 0 | 10101 | 11110001 | 1001010 | 101101 |
Color Harmonies of #201ECA
Complementary color
Monochromatic Colors of #201ECA
Black with #201ECA
Text Example
Text Example
White with #201ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ECA; }
p { color: rgb(32,30,202); }
H1.HeaderClassName
{
color: #201ECA;
}
.AnyTagClassName
{
color: #201ECA;
}
</style>
background-color css
<style>
a { background-color: #201ECA; }
a { background-color: rgb(32,30,202); }
div.DivClassName
{
background-color: #201ECA;
}
.BgClassName
{
background-color: #201ECA;
}
</style>
border-color css
<style>
span { border-color: #201ECA; }
span { border-color: rgb(32,30,202); }
td.TdClassName
{
border-color: #201ECA;
}
.TagClassName
{
border-color: #201ECA;
}
</style>