#201dd0

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

Shades of Persian Blue #201DD0

Tints of Persian Blue #201DD0

Color information

#201DD0 (or 0x201DD0) is unknown color: approx Persian Blue. HEX triplet: 20, 1D and D0. RGB value is (32,29,208). Sum of RGB (Red+Green+Blue) = 32+29+208=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #201DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DD0 is #DFE22F. Grayscale: #313131. Windows color (decimal): -14672432 or 13638944. OLE color: 13638944.

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

Color convert

RGB3229208-
CMYK0.850.8600.18
HSL241.01º75.53%46.47%-
HSV(B)241.01º86.06%81.57%-
XYZ12.425.7460.13-
YUV50.3216.99114.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 29 (11.72% from 255) = 10.78%
BLUE value IS 208 (81.64% from 255) = 77.32%
R=11.90%
G=10.78%
B=77.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32292080.850.8600.18241.0175.5346.47
Hex201DD05556012f14c2e
Octal403532012512602236111456
Binary100000111011101000010101011010110010010111100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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