Html Css Color HEX #201CAD Persian Blue

📋 copy color: '#201CAD'

red 32 ◦ green 28 ◦ blue 173

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

Shades of Persian Blue #201CAD

Tints of Persian Blue #201CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 13.73%
G = 12.02%
B = 74.25%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#201CAD (or 0x201CAD) is known color: Persian Blue. HEX triplet: 20, 1C and AD. RGB value is (32,28,173). Sum of RGB (Red+Green+Blue) = 32+28+173=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #201CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201CAD is #DFE352. Grayscale: #2D2D2D. Windows color (decimal): -14672723 or 11344928. OLE color: 11344928.

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

Color convert

RGB 32 28 173 -
CMYK 0.82 0.84 0 0.32
HSL 241.66º 0.72% 0.39% -
HSV(B) 241.66º 0.84% 0.68% -
XYZ 8.55 4.15 39.89 -
YUV 45.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 32 28 173 0.82 0.84 0 0.32 241.66 0.72 0.39
Hex 20 1C AD 52 54 0 20 F2 48 27
Octal 40 34 255 122 124 0 40 362 110 47
Binary 100000 11100 10101101 1010010 1010100 0 100000 11110010 1001000 100111

Color Harmonies of #201CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CAD

Black with #201CAD

Text Example


Text Example

White with #201CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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