Shades of Persian Blue #201EB4
Tints of Persian Blue #201EB4
RGB
CMYK
RGB Variations
Color information
#201EB4 (or 0x201EB4) is known color: Persian Blue. HEX triplet: 20, 1E and B4. RGB value is (32,30,180). Sum of RGB (Red+Green+Blue) = 32+30+180=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #201EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EB4 is #DFE14B. Grayscale: #2F2F2F. Windows color (decimal): -14672204 or 11804192. OLE color: 11804192.
HSL color Cylindrical-coordinate representation of color #201EB4: hue angle of 240.8º degrees, saturation: 0.71, 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 #201EB4 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 30 | 180 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.29 |
| HSL | 240.8º | 0.71% | 0.41% | - |
| HSV(B) | 240.8º | 0.83% | 0.71% | - |
| XYZ | 9.3 | 4.53 | 43.56 | - |
| YUV | 47.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 180 | 0.82 | 0.83 | 0 | 0.29 | 240.8 | 0.71 | 0.41 |
| Hex | 20 | 1E | B4 | 52 | 53 | 0 | 1D | F1 | 47 | 29 |
| Octal | 40 | 36 | 264 | 122 | 123 | 0 | 35 | 361 | 107 | 51 |
| Binary | 100000 | 11110 | 10110100 | 1010010 | 1010011 | 0 | 11101 | 11110001 | 1000111 | 101001 |
Color Harmonies of #201EB4
Complementary color
Monochromatic Colors of #201EB4
Black with #201EB4
Text Example
Text Example
White with #201EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EB4; }
p { color: rgb(32,30,180); }
H1.HeaderClassName
{
color: #201EB4;
}
.AnyTagClassName
{
color: #201EB4;
}
</style>
background-color css
<style>
a { background-color: #201EB4; }
a { background-color: rgb(32,30,180); }
div.DivClassName
{
background-color: #201EB4;
}
.BgClassName
{
background-color: #201EB4;
}
</style>
border-color css
<style>
span { border-color: #201EB4; }
span { border-color: rgb(32,30,180); }
td.TdClassName
{
border-color: #201EB4;
}
.TagClassName
{
border-color: #201EB4;
}
</style>