Html Css Color HEX #201ED1 Persian Blue

📋 copy color: '#201ED1'

red 32 ◦ green 30 ◦ blue 209

#201ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #201ED1

Tints of Persian Blue #201ED1

RGB

 RED value IS 32 (12.89% from 255) = 11.81%

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 209 (82.03% from 255) = 77.12%

R = 11.81%
G = 11.07%
B = 77.12%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#201ED1 (or 0x201ED1) is known color: Persian Blue. HEX triplet: 20, 1E and D1. RGB value is (32,30,209). Sum of RGB (Red+Green+Blue) = 32+30+209=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 209 (82.03% from 255 or 77.12% from 271); Max value from RGB is 209 - color contains mainly: blue. Hex color #201ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ED1 is #DFE12E. Grayscale: #323232. Windows color (decimal): -14672175 or 13704736. OLE color: 13704736.

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

Color convert

RGB 32 30 209 -
CMYK 0.85 0.86 0 0.18
HSL 240.67º 0.75% 0.47% -
HSV(B) 240.67º 0.86% 0.82% -
XYZ 12.57 5.84 60.79 -
YUV 51 217.16 114.45 -
System Red Green Blue C M Y K H S L
Decimal 32 30 209 0.85 0.86 0 0.18 240.67 0.75 0.47
Hex 20 1E D1 55 56 0 12 F1 4B 2F
Octal 40 36 321 125 126 0 22 361 113 57
Binary 100000 11110 11010001 1010101 1010110 0 10010 11110001 1001011 101111

Color Harmonies of #201ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201ED1

Black with #201ED1

Text Example


Text Example

White with #201ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,30,209); }

 H1.HeaderClassName
 {
   color: #201ED1;
 }
 .AnyTagClassName
 {
   color: #201ED1;
 }
</style>

background-color css

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

 a { background-color: rgb(32,30,209); }

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

border-color css

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

 span { border-color: rgb(32,30,209); }

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