#20047A

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

Shades of Persian Indigo #20047A

Tints of Persian Indigo #20047A

Color information

#20047A (or 0x20047A) is unknown color: approx Persian Indigo. HEX triplet: 20, 04 and 7A. RGB value is (32,4,122). Sum of RGB (Red+Green+Blue) = 32+4+122=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #20047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20047A is #DFFB85. Grayscale: #191919. Windows color (decimal): -14678918 or 7996448. OLE color: 7996448.

HSL color Cylindrical-coordinate representation of color #20047A: hue angle of 254.24º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20047A is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB324122-
CMYK0.740.9700.52
HSL254.24º93.65%24.71%-
HSV(B)254.24º96.72%47.84%-
XYZ4.151.818.54-
YUV25.82182.28132.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 122 (48.05% from 255) = 77.22%
R=20.25%
G=2.53%
B=77.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3241220.740.9700.52254.2493.6524.71
Hex2047A4A61034fe5e19
Octal40417211214106437613631
Binary100000100111101010010101100001011010011111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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