Html Css Color HEX #20057D Persian Indigo

📋 copy color: '#20057D'

red 32 ◦ green 5 ◦ blue 125

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

Shades of Persian Indigo #20057D

Tints of Persian Indigo #20057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 125 (49.22% from 255) = 77.16%

R = 19.75%
G = 3.09%
B = 77.16%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20057D (or 0x20057D) is known color: Persian Indigo. HEX triplet: 20, 05 and 7D. RGB value is (32,5,125). Sum of RGB (Red+Green+Blue) = 32+5+125=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #20057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20057D is #DFFA82. Grayscale: #1A1A1A. Windows color (decimal): -14678659 or 8193312. OLE color: 8193312.

HSL color Cylindrical-coordinate representation of color #20057D: hue angle of 253.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20057D is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 5 125 -
CMYK 0.74 0.96 0 0.51
HSL 253.5º 0.92% 0.25% -
HSV(B) 253.5º 0.96% 0.49% -
XYZ 4.35 1.9 19.54 -
YUV 26.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 32 5 125 0.74 0.96 0 0.51 253.5 0.92 0.25
Hex 20 5 7D 4A 60 0 33 FE 5C 19
Octal 40 5 175 112 140 0 63 376 134 31
Binary 100000 101 1111101 1001010 1100000 0 110011 11111110 1011100 11001

Color Harmonies of #20057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20057D

Black with #20057D

Text Example


Text Example

White with #20057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20057D; }

 p { color: rgb(32,5,125); }

 H1.HeaderClassName
 {
   color: #20057D;
 }
 .AnyTagClassName
 {
   color: #20057D;
 }
</style>

background-color css

<style>
 a { background-color: #20057D; }

 a { background-color: rgb(32,5,125); }

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

border-color css

<style>
 span { border-color: #20057D; }

 span { border-color: rgb(32,5,125); }

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