#201DAE

Color #201DAE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #201DAE

Tints of Persian Blue #201DAE

Color information

#201DAE (or 0x201DAE) is unknown color: approx 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

RGB3229174-
CMYK0.820.8300.32
HSL241.24º71.43%39.8%-
HSV(B)241.24º83.33%68.24%-
XYZ8.684.2440.41-
YUV46.43199.99117.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 174 (68.36% from 255) = 74.04%
R=13.62%
G=12.34%
B=74.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32291740.820.8300.32241.2471.4339.8
Hex201DAE5253020f14728
Octal403525612212304036110750
Binary1000001110110101110101001010100110100000111100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>