#201DD4

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

Shades of Persian Blue #201DD4

Tints of Persian Blue #201DD4

Color information

#201DD4 (or 0x201DD4) is unknown color: approx Persian Blue. HEX triplet: 20, 1D and D4. RGB value is (32,29,212). Sum of RGB (Red+Green+Blue) = 32+29+212=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 212 (83.20% from 255 or 77.66% from 273); Max value from RGB is 212 - color contains mainly: blue. Hex color #201DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DD4 is #DFE22B. Grayscale: #323232. Windows color (decimal): -14672428 or 13901088. OLE color: 13901088.

HSL color Cylindrical-coordinate representation of color #201DD4: hue angle of 240.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201DD4 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3229212-
CMYK0.850.8600.17
HSL240.98º75.93%47.25%-
HSV(B)240.98º86.32%83.14%-
XYZ12.925.9462.75-
YUV50.76218.99114.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 212 (83.20% from 255) = 77.66%
R=11.72%
G=10.62%
B=77.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32292120.850.8600.17240.9875.9347.25
Hex201DD45556011f14c2f
Octal403532412512602136111457
Binary100000111011101010010101011010110010001111100011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201DD4; }

 p { color: rgb(32,29,212); }

 H1.HeaderClassName
 {
   color: #201DD4;
 }
 .AnyTagClassName
 {
   color: #201DD4;
 }
</style>
background-color css

<style>
 a { background-color: #201DD4; }

 a { background-color: rgb(32,29,212); }

 div.DivClassName
 {
   background-color: #201DD4;
 }
 .BgClassName
 {
   background-color: #201DD4;
 }
</style>
border-color css

<style>
 span { border-color: #201DD4; }

 span { border-color: rgb(32,29,212); }

 td.TdClassName
 {
   border-color: #201DD4;
 }
 .TagClassName
 {
   border-color: #201DD4;
 }
</style>