Html Css Color HEX #20047F Persian Indigo

📋 copy color: '#20047F'

red 32 ◦ green 4 ◦ blue 127

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

Shades of Persian Indigo #20047F

Tints of Persian Indigo #20047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 127 (50% from 255) = 77.91%

R = 19.63%
G = 2.45%
B = 77.91%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20047F (or 0x20047F) is known color: Persian Indigo. HEX triplet: 20, 04 and 7F. RGB value is (32,4,127). Sum of RGB (Red+Green+Blue) = 32+4+127=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #20047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20047F is #DFFB80. Grayscale: #191919. Windows color (decimal): -14678913 or 8324128. OLE color: 8324128.

HSL color Cylindrical-coordinate representation of color #20047F: hue angle of 253.66º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20047F is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 4 127 -
CMYK 0.75 0.97 0 0.50
HSL 253.66º 0.94% 0.26% -
HSV(B) 253.66º 0.97% 0.5% -
XYZ 4.47 1.93 20.21 -
YUV 26.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 32 4 127 0.75 0.97 0 0.50 253.66 0.94 0.26
Hex 20 4 7F 4B 61 0 32 FE 5E 1A
Octal 40 4 177 113 141 0 62 376 136 32
Binary 100000 100 1111111 1001011 1100001 0 110010 11111110 1011110 11010

Color Harmonies of #20047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20047F

Black with #20047F

Text Example


Text Example

White with #20047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20047F; }

 p { color: rgb(32,4,127); }

 H1.HeaderClassName
 {
   color: #20047F;
 }
 .AnyTagClassName
 {
   color: #20047F;
 }
</style>

background-color css

<style>
 a { background-color: #20047F; }

 a { background-color: rgb(32,4,127); }

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

border-color css

<style>
 span { border-color: #20047F; }

 span { border-color: rgb(32,4,127); }

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