#20096A

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

Shades of Persian Indigo #20096A

Tints of Persian Indigo #20096A

Color information

#20096A (or 0x20096A) is unknown color: approx Persian Indigo. HEX triplet: 20, 09 and 6A. RGB value is (32,9,106). Sum of RGB (Red+Green+Blue) = 32+9+106=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #20096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20096A is #DFF695. Grayscale: #1A1A1A. Windows color (decimal): -14677654 or 6949152. OLE color: 6949152.

HSL color Cylindrical-coordinate representation of color #20096A: hue angle of 254.23º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20096A is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB329106-
CMYK0.700.9200.58
HSL254.23º84.35%22.55%-
HSV(B)254.23º91.51%41.57%-
XYZ3.291.5413.76-
YUV26.94172.62131.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 106 (41.80% from 255) = 72.11%
R=21.77%
G=6.12%
B=72.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3291060.700.9200.58254.2384.3522.55
Hex2096A465C03Afe5417
Octal401115210613407237612427
Binary1000001001110101010001101011100011101011111110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,9,106); }

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

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

 a { background-color: rgb(32,9,106); }

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

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

 span { border-color: rgb(32,9,106); }

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