Shades of Persian Blue #201CAE
Tints of Persian Blue #201CAE
RGB
CMYK
RGB Variations
Color information
#201CAE (or 0x201CAE) is known color: Persian Blue. HEX triplet: 20, 1C and AE. RGB value is (32,28,174). Sum of RGB (Red+Green+Blue) = 32+28+174=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #201CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201CAE is #DFE351. Grayscale: #2D2D2D. Windows color (decimal): -14672722 or 11410464. OLE color: 11410464.
HSL color Cylindrical-coordinate representation of color #201CAE: hue angle of 241.64º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201CAE is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 28 | 174 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.32 |
| HSL | 241.64º | 0.72% | 0.4% | - |
| HSV(B) | 241.64º | 0.84% | 0.68% | - |
| XYZ | 8.65 | 4.19 | 40.4 | - |
| YUV | 45.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 174 | 0.82 | 0.84 | 0 | 0.32 | 241.64 | 0.72 | 0.4 |
| Hex | 20 | 1C | AE | 52 | 54 | 0 | 20 | F2 | 48 | 28 |
| Octal | 40 | 34 | 256 | 122 | 124 | 0 | 40 | 362 | 110 | 50 |
| Binary | 100000 | 11100 | 10101110 | 1010010 | 1010100 | 0 | 100000 | 11110010 | 1001000 | 101000 |
Color Harmonies of #201CAE
Complementary color
Monochromatic Colors of #201CAE
Black with #201CAE
Text Example
Text Example
White with #201CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CAE; }
p { color: rgb(32,28,174); }
H1.HeaderClassName
{
color: #201CAE;
}
.AnyTagClassName
{
color: #201CAE;
}
</style>
background-color css
<style>
a { background-color: #201CAE; }
a { background-color: rgb(32,28,174); }
div.DivClassName
{
background-color: #201CAE;
}
.BgClassName
{
background-color: #201CAE;
}
</style>
border-color css
<style>
span { border-color: #201CAE; }
span { border-color: rgb(32,28,174); }
td.TdClassName
{
border-color: #201CAE;
}
.TagClassName
{
border-color: #201CAE;
}
</style>