#201550

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

Shades of Paua #201550

Tints of Paua #201550

Color information

#201550 (or 0x201550) is unknown color: approx Paua. HEX triplet: 20, 15 and 50. RGB value is (32,21,80). Sum of RGB (Red+Green+Blue) = 32+21+80=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #201550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201550 is #DFEAAF. Grayscale: #1E1E1E. Windows color (decimal): -14674608 or 5248288. OLE color: 5248288.

HSL color Cylindrical-coordinate representation of color #201550: hue angle of 251.19º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201550 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB322180-
CMYK0.600.7400.69
HSL251.19º58.42%19.8%-
HSV(B)251.19º73.75%31.37%-
XYZ2.311.427.74-
YUV31.02155.64128.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=24.06%
G=15.79%
B=60.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3221800.600.7400.69251.1958.4219.8
Hex2015503C4A045fb3a14
Octal40251207411201053737224
Binary1000001010110100001111001001010010001011111101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201550; }

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

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

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

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

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

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

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

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