#20155A

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

Shades of Paua #20155A

Tints of Paua #20155A

Color information

#20155A (or 0x20155A) is unknown color: approx Paua. HEX triplet: 20, 15 and 5A. RGB value is (32,21,90). Sum of RGB (Red+Green+Blue) = 32+21+90=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #20155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155A is #DFEAA5. Grayscale: #1F1F1F. Windows color (decimal): -14674598 or 5903648. OLE color: 5903648.

HSL color Cylindrical-coordinate representation of color #20155A: hue angle of 249.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20155A is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB322190-
CMYK0.640.7700.65
HSL249.57º62.16%21.76%-
HSV(B)249.57º76.67%35.29%-
XYZ2.711.589.84-
YUV32.16160.64127.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=22.38%
G=14.69%
B=62.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3221900.640.7700.65249.5762.1621.76
Hex20155A404D041fa3e16
Octal402513210011501013727626
Binary10000010101101101010000001001101010000011111101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,21,90); }

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

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

 a { background-color: rgb(32,21,90); }

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

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

 span { border-color: rgb(32,21,90); }

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