#201557

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

Shades of Paua #201557

Tints of Paua #201557

Color information

#201557 (or 0x201557) is unknown color: approx Paua. HEX triplet: 20, 15 and 57. RGB value is (32,21,87). Sum of RGB (Red+Green+Blue) = 32+21+87=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #201557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201557 is #DFEAA8. Grayscale: #1F1F1F. Windows color (decimal): -14674601 or 5707040. OLE color: 5707040.

HSL color Cylindrical-coordinate representation of color #201557: hue angle of 250º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201557 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB322187-
CMYK0.630.7600.66
HSL250º61.11%21.18%-
HSV(B)250º75.86%34.12%-
XYZ2.581.539.18-
YUV31.81159.14128.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=22.86%
G=15%
B=62.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3221870.630.7600.6625061.1121.18
Hex2015573F4C042fa3d15
Octal40251277711401023727525
Binary1000001010110101111111111001100010000101111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201557; }

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

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

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

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

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

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

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

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