Shades of Persian Blue #201EAF
Tints of Persian Blue #201EAF
RGB
CMYK
RGB Variations
Color information
#201EAF (or 0x201EAF) is known color: Persian Blue. HEX triplet: 20, 1E and AF. RGB value is (32,30,175). Sum of RGB (Red+Green+Blue) = 32+30+175=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #201EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201EAF is #DFE150. Grayscale: #2E2E2E. Windows color (decimal): -14672209 or 11476512. OLE color: 11476512.
HSL color Cylindrical-coordinate representation of color #201EAF: hue angle of 240.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201EAF is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 30 | 175 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.31 |
| HSL | 240.83º | 0.71% | 0.4% | - |
| HSV(B) | 240.83º | 0.83% | 0.69% | - |
| XYZ | 8.8 | 4.33 | 40.93 | - |
| YUV | 47.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 175 | 0.82 | 0.83 | 0 | 0.31 | 240.83 | 0.71 | 0.4 |
| Hex | 20 | 1E | AF | 52 | 53 | 0 | 1F | F1 | 47 | 28 |
| Octal | 40 | 36 | 257 | 122 | 123 | 0 | 37 | 361 | 107 | 50 |
| Binary | 100000 | 11110 | 10101111 | 1010010 | 1010011 | 0 | 11111 | 11110001 | 1000111 | 101000 |
Color Harmonies of #201EAF
Complementary color
Monochromatic Colors of #201EAF
Black with #201EAF
Text Example
Text Example
White with #201EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EAF; }
p { color: rgb(32,30,175); }
H1.HeaderClassName
{
color: #201EAF;
}
.AnyTagClassName
{
color: #201EAF;
}
</style>
background-color css
<style>
a { background-color: #201EAF; }
a { background-color: rgb(32,30,175); }
div.DivClassName
{
background-color: #201EAF;
}
.BgClassName
{
background-color: #201EAF;
}
</style>
border-color css
<style>
span { border-color: #201EAF; }
span { border-color: rgb(32,30,175); }
td.TdClassName
{
border-color: #201EAF;
}
.TagClassName
{
border-color: #201EAF;
}
</style>