Shades of Persian Blue #201EB5
Tints of Persian Blue #201EB5
RGB
CMYK
RGB Variations
Color information
#201EB5 (or 0x201EB5) is known color: Persian Blue. HEX triplet: 20, 1E and B5. RGB value is (32,30,181). Sum of RGB (Red+Green+Blue) = 32+30+181=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 181 (71.09% from 255 or 74.49% from 243); Max value from RGB is 181 - color contains mainly: blue. Hex color #201EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EB5 is #DFE14A. Grayscale: #2F2F2F. Windows color (decimal): -14672203 or 11869728. OLE color: 11869728.
HSL color Cylindrical-coordinate representation of color #201EB5: hue angle of 240.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201EB5 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 30 | 181 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.29 |
| HSL | 240.79º | 0.72% | 0.41% | - |
| HSV(B) | 240.79º | 0.83% | 0.71% | - |
| XYZ | 9.4 | 4.57 | 44.1 | - |
| YUV | 47.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 181 | 0.82 | 0.83 | 0 | 0.29 | 240.79 | 0.72 | 0.41 |
| Hex | 20 | 1E | B5 | 52 | 53 | 0 | 1D | F1 | 48 | 29 |
| Octal | 40 | 36 | 265 | 122 | 123 | 0 | 35 | 361 | 110 | 51 |
| Binary | 100000 | 11110 | 10110101 | 1010010 | 1010011 | 0 | 11101 | 11110001 | 1001000 | 101001 |
Color Harmonies of #201EB5
Complementary color
Monochromatic Colors of #201EB5
Black with #201EB5
Text Example
Text Example
White with #201EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EB5; }
p { color: rgb(32,30,181); }
H1.HeaderClassName
{
color: #201EB5;
}
.AnyTagClassName
{
color: #201EB5;
}
</style>
background-color css
<style>
a { background-color: #201EB5; }
a { background-color: rgb(32,30,181); }
div.DivClassName
{
background-color: #201EB5;
}
.BgClassName
{
background-color: #201EB5;
}
</style>
border-color css
<style>
span { border-color: #201EB5; }
span { border-color: rgb(32,30,181); }
td.TdClassName
{
border-color: #201EB5;
}
.TagClassName
{
border-color: #201EB5;
}
</style>