Html Css Color HEX #201DAD Persian Blue

📋 copy color: '#201DAD'

red 32 ◦ green 29 ◦ blue 173

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

Shades of Persian Blue #201DAD

Tints of Persian Blue #201DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73.93%

R = 13.68%
G = 12.39%
B = 73.93%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#201DAD (or 0x201DAD) is known color: Persian Blue. HEX triplet: 20, 1D and AD. RGB value is (32,29,173). Sum of RGB (Red+Green+Blue) = 32+29+173=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #201DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DAD is #DFE252. Grayscale: #2D2D2D. Windows color (decimal): -14672467 or 11345184. OLE color: 11345184.

HSL color Cylindrical-coordinate representation of color #201DAD: hue angle of 241.25º 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 #201DAD is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 29 173 -
CMYK 0.82 0.83 0 0.32
HSL 241.25º 0.71% 0.4% -
HSV(B) 241.25º 0.83% 0.68% -
XYZ 8.58 4.2 39.89 -
YUV 46.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 32 29 173 0.82 0.83 0 0.32 241.25 0.71 0.4
Hex 20 1D AD 52 53 0 20 F1 47 28
Octal 40 35 255 122 123 0 40 361 107 50
Binary 100000 11101 10101101 1010010 1010011 0 100000 11110001 1000111 101000

Color Harmonies of #201DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DAD

Black with #201DAD

Text Example


Text Example

White with #201DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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