#20057C

Color #20057C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #20057C

Tints of Persian Indigo #20057C

Color information

#20057C (or 0x20057C) is unknown color: approx Persian Indigo. HEX triplet: 20, 05 and 7C. RGB value is (32,5,124). Sum of RGB (Red+Green+Blue) = 32+5+124=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #20057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20057C is #DFFA83. Grayscale: #1A1A1A. Windows color (decimal): -14678660 or 8127776. OLE color: 8127776.

HSL color Cylindrical-coordinate representation of color #20057C: hue angle of 253.61º 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 #20057C is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB325124-
CMYK0.740.9600.51
HSL253.61º92.25%25.29%-
HSV(B)253.61º95.97%48.63%-
XYZ4.291.8719.2-
YUV26.64182.95131.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 124 (48.83% from 255) = 77.02%
R=19.88%
G=3.11%
B=77.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3251240.740.9600.51253.6192.2525.29
Hex2057C4A60033fe5c19
Octal40517411214006337613431
Binary100000101111110010010101100000011001111111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20057C;
 }
 .AnyTagClassName
 {
   color: #20057C;
 }
</style>
background-color css

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

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

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

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

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

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