Html Css Color HEX #201DB1 Persian Blue

📋 copy color: '#201DB1'

red 32 ◦ green 29 ◦ blue 177

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

Shades of Persian Blue #201DB1

Tints of Persian Blue #201DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 177 (69.53% from 255) = 74.37%

R = 13.45%
G = 12.18%
B = 74.37%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#201DB1 (or 0x201DB1) is known color: Persian Blue. HEX triplet: 20, 1D and B1. RGB value is (32,29,177). Sum of RGB (Red+Green+Blue) = 32+29+177=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 177 (69.53% from 255 or 74.37% from 238); Max value from RGB is 177 - color contains mainly: blue. Hex color #201DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DB1 is #DFE24E. Grayscale: #2E2E2E. Windows color (decimal): -14672463 or 11607328. OLE color: 11607328.

HSL color Cylindrical-coordinate representation of color #201DB1: hue angle of 241.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201DB1 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 29 177 -
CMYK 0.82 0.84 0 0.31
HSL 241.22º 0.72% 0.4% -
HSV(B) 241.22º 0.84% 0.69% -
XYZ 8.97 4.36 41.96 -
YUV 46.77 201.49 117.47 -
System Red Green Blue C M Y K H S L
Decimal 32 29 177 0.82 0.84 0 0.31 241.22 0.72 0.4
Hex 20 1D B1 52 54 0 1F F1 48 28
Octal 40 35 261 122 124 0 37 361 110 50
Binary 100000 11101 10110001 1010010 1010100 0 11111 11110001 1001000 101000

Color Harmonies of #201DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DB1

Black with #201DB1

Text Example


Text Example

White with #201DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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