Shades of Persian Blue #201EC8
Tints of Persian Blue #201EC8
RGB
CMYK
RGB Variations
Color information
#201EC8 (or 0x201EC8) is known color: Persian Blue. HEX triplet: 20, 1E and C8. RGB value is (32,30,200). Sum of RGB (Red+Green+Blue) = 32+30+200=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 200 (78.52% from 255 or 76.34% from 262); Max value from RGB is 200 - color contains mainly: blue. Hex color #201EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EC8 is #DFE137. Grayscale: #313131. Windows color (decimal): -14672184 or 13114912. OLE color: 13114912.
HSL color Cylindrical-coordinate representation of color #201EC8: hue angle of 240.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201EC8 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 30 | 200 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.22 |
| HSL | 240.71º | 0.74% | 0.45% | - |
| HSV(B) | 240.71º | 0.85% | 0.78% | - |
| XYZ | 11.49 | 5.41 | 55.08 | - |
| YUV | 49.98 | 212.66 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 200 | 0.84 | 0.85 | 0 | 0.22 | 240.71 | 0.74 | 0.45 |
| Hex | 20 | 1E | C8 | 54 | 55 | 0 | 16 | F1 | 4A | 2D |
| Octal | 40 | 36 | 310 | 124 | 125 | 0 | 26 | 361 | 112 | 55 |
| Binary | 100000 | 11110 | 11001000 | 1010100 | 1010101 | 0 | 10110 | 11110001 | 1001010 | 101101 |
Color Harmonies of #201EC8
Complementary color
Monochromatic Colors of #201EC8
Black with #201EC8
Text Example
Text Example
White with #201EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EC8; }
p { color: rgb(32,30,200); }
H1.HeaderClassName
{
color: #201EC8;
}
.AnyTagClassName
{
color: #201EC8;
}
</style>
background-color css
<style>
a { background-color: #201EC8; }
a { background-color: rgb(32,30,200); }
div.DivClassName
{
background-color: #201EC8;
}
.BgClassName
{
background-color: #201EC8;
}
</style>
border-color css
<style>
span { border-color: #201EC8; }
span { border-color: rgb(32,30,200); }
td.TdClassName
{
border-color: #201EC8;
}
.TagClassName
{
border-color: #201EC8;
}
</style>