Shades of Persian Blue #201DAE
Tints of Persian Blue #201DAE
RGB
CMYK
RGB Variations
Color information
#201DAE (or 0x201DAE) is known color: Persian Blue. HEX triplet: 20, 1D and AE. RGB value is (32,29,174). Sum of RGB (Red+Green+Blue) = 32+29+174=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #201DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DAE is #DFE251. Grayscale: #2D2D2D. Windows color (decimal): -14672466 or 11410720. OLE color: 11410720.
HSL color Cylindrical-coordinate representation of color #201DAE: hue angle of 241.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201DAE is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 29 | 174 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.32 |
| HSL | 241.24º | 0.71% | 0.4% | - |
| HSV(B) | 241.24º | 0.83% | 0.68% | - |
| XYZ | 8.68 | 4.24 | 40.41 | - |
| YUV | 46.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 174 | 0.82 | 0.83 | 0 | 0.32 | 241.24 | 0.71 | 0.4 |
| Hex | 20 | 1D | AE | 52 | 53 | 0 | 20 | F1 | 47 | 28 |
| Octal | 40 | 35 | 256 | 122 | 123 | 0 | 40 | 361 | 107 | 50 |
| Binary | 100000 | 11101 | 10101110 | 1010010 | 1010011 | 0 | 100000 | 11110001 | 1000111 | 101000 |
Color Harmonies of #201DAE
Complementary color
Monochromatic Colors of #201DAE
Black with #201DAE
Text Example
Text Example
White with #201DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DAE; }
p { color: rgb(32,29,174); }
H1.HeaderClassName
{
color: #201DAE;
}
.AnyTagClassName
{
color: #201DAE;
}
</style>
background-color css
<style>
a { background-color: #201DAE; }
a { background-color: rgb(32,29,174); }
div.DivClassName
{
background-color: #201DAE;
}
.BgClassName
{
background-color: #201DAE;
}
</style>
border-color css
<style>
span { border-color: #201DAE; }
span { border-color: rgb(32,29,174); }
td.TdClassName
{
border-color: #201DAE;
}
.TagClassName
{
border-color: #201DAE;
}
</style>