#20056D

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

Shades of Persian Indigo #20056D

Tints of Persian Indigo #20056D

Color information

#20056D (or 0x20056D) is unknown color: approx Persian Indigo. HEX triplet: 20, 05 and 6D. RGB value is (32,5,109). Sum of RGB (Red+Green+Blue) = 32+5+109=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #20056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20056D is #DFFA92. Grayscale: #181818. Windows color (decimal): -14678675 or 7144736. OLE color: 7144736.

HSL color Cylindrical-coordinate representation of color #20056D: hue angle of 255.58º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20056D is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB325109-
CMYK0.710.9500.57
HSL255.58º91.23%22.35%-
HSV(B)255.58º95.41%42.75%-
XYZ3.411.5214.58-
YUV24.93175.45133.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 109 (42.97% from 255) = 74.66%
R=21.92%
G=3.42%
B=74.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3251090.710.9500.57255.5891.2322.35
Hex2056D475F0391005b16
Octal40515510713707140013326
Binary1000001011101101100011110111110111001100000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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