Shades of Persian Blue #201ECE
Tints of Persian Blue #201ECE
RGB
CMYK
RGB Variations
Color information
#201ECE (or 0x201ECE) is known color: Persian Blue. HEX triplet: 20, 1E and CE. RGB value is (32,30,206). Sum of RGB (Red+Green+Blue) = 32+30+206=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #201ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ECE is #DFE131. Grayscale: #313131. Windows color (decimal): -14672178 or 13508128. OLE color: 13508128.
HSL color Cylindrical-coordinate representation of color #201ECE: hue angle of 240.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201ECE is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 30 | 206 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.19 |
| HSL | 240.68º | 0.75% | 0.46% | - |
| HSV(B) | 240.68º | 0.85% | 0.81% | - |
| XYZ | 12.2 | 5.69 | 58.85 | - |
| YUV | 50.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 206 | 0.84 | 0.85 | 0 | 0.19 | 240.68 | 0.75 | 0.46 |
| Hex | 20 | 1E | CE | 54 | 55 | 0 | 13 | F1 | 4B | 2E |
| Octal | 40 | 36 | 316 | 124 | 125 | 0 | 23 | 361 | 113 | 56 |
| Binary | 100000 | 11110 | 11001110 | 1010100 | 1010101 | 0 | 10011 | 11110001 | 1001011 | 101110 |
Color Harmonies of #201ECE
Complementary color
Monochromatic Colors of #201ECE
Black with #201ECE
Text Example
Text Example
White with #201ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ECE; }
p { color: rgb(32,30,206); }
H1.HeaderClassName
{
color: #201ECE;
}
.AnyTagClassName
{
color: #201ECE;
}
</style>
background-color css
<style>
a { background-color: #201ECE; }
a { background-color: rgb(32,30,206); }
div.DivClassName
{
background-color: #201ECE;
}
.BgClassName
{
background-color: #201ECE;
}
</style>
border-color css
<style>
span { border-color: #201ECE; }
span { border-color: rgb(32,30,206); }
td.TdClassName
{
border-color: #201ECE;
}
.TagClassName
{
border-color: #201ECE;
}
</style>