Shades of Persian Blue #201FAE
Tints of Persian Blue #201FAE
RGB
CMYK
RGB Variations
Color information
#201FAE (or 0x201FAE) is known color: Persian Blue. HEX triplet: 20, 1F and AE. RGB value is (32,31,174). Sum of RGB (Red+Green+Blue) = 32+31+174=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #201FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FAE is #DFE051. Grayscale: #2F2F2F. Windows color (decimal): -14671954 or 11411232. OLE color: 11411232.
HSL color Cylindrical-coordinate representation of color #201FAE: hue angle of 240.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201FAE is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 31 | 174 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.32 |
| HSL | 240.42º | 0.7% | 0.4% | - |
| HSV(B) | 240.42º | 0.82% | 0.68% | - |
| XYZ | 8.73 | 4.34 | 40.42 | - |
| YUV | 47.6 | 199.33 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 174 | 0.82 | 0.82 | 0 | 0.32 | 240.42 | 0.7 | 0.4 |
| Hex | 20 | 1F | AE | 52 | 52 | 0 | 20 | F0 | 46 | 28 |
| Octal | 40 | 37 | 256 | 122 | 122 | 0 | 40 | 360 | 106 | 50 |
| Binary | 100000 | 11111 | 10101110 | 1010010 | 1010010 | 0 | 100000 | 11110000 | 1000110 | 101000 |
Color Harmonies of #201FAE
Complementary color
Monochromatic Colors of #201FAE
Black with #201FAE
Text Example
Text Example
White with #201FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FAE; }
p { color: rgb(32,31,174); }
H1.HeaderClassName
{
color: #201FAE;
}
.AnyTagClassName
{
color: #201FAE;
}
</style>
background-color css
<style>
a { background-color: #201FAE; }
a { background-color: rgb(32,31,174); }
div.DivClassName
{
background-color: #201FAE;
}
.BgClassName
{
background-color: #201FAE;
}
</style>
border-color css
<style>
span { border-color: #201FAE; }
span { border-color: rgb(32,31,174); }
td.TdClassName
{
border-color: #201FAE;
}
.TagClassName
{
border-color: #201FAE;
}
</style>