Shades of Persian Blue #201EBD
Tints of Persian Blue #201EBD
RGB
CMYK
RGB Variations
Color information
#201EBD (or 0x201EBD) is known color: Persian Blue. HEX triplet: 20, 1E and BD. RGB value is (32,30,189). Sum of RGB (Red+Green+Blue) = 32+30+189=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #201EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EBD is #DFE142. Grayscale: #303030. Windows color (decimal): -14672195 or 12394016. OLE color: 12394016.
HSL color Cylindrical-coordinate representation of color #201EBD: hue angle of 240.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201EBD is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 30 | 189 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.26 |
| HSL | 240.75º | 0.73% | 0.43% | - |
| HSV(B) | 240.75º | 0.84% | 0.74% | - |
| XYZ | 10.25 | 4.91 | 48.55 | - |
| YUV | 48.72 | 207.16 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 189 | 0.83 | 0.84 | 0 | 0.26 | 240.75 | 0.73 | 0.43 |
| Hex | 20 | 1E | BD | 53 | 54 | 0 | 1A | F1 | 49 | 2B |
| Octal | 40 | 36 | 275 | 123 | 124 | 0 | 32 | 361 | 111 | 53 |
| Binary | 100000 | 11110 | 10111101 | 1010011 | 1010100 | 0 | 11010 | 11110001 | 1001001 | 101011 |
Color Harmonies of #201EBD
Complementary color
Monochromatic Colors of #201EBD
Black with #201EBD
Text Example
Text Example
White with #201EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EBD; }
p { color: rgb(32,30,189); }
H1.HeaderClassName
{
color: #201EBD;
}
.AnyTagClassName
{
color: #201EBD;
}
</style>
background-color css
<style>
a { background-color: #201EBD; }
a { background-color: rgb(32,30,189); }
div.DivClassName
{
background-color: #201EBD;
}
.BgClassName
{
background-color: #201EBD;
}
</style>
border-color css
<style>
span { border-color: #201EBD; }
span { border-color: rgb(32,30,189); }
td.TdClassName
{
border-color: #201EBD;
}
.TagClassName
{
border-color: #201EBD;
}
</style>