#211159

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

Shades of Paua #211159

Tints of Paua #211159

Color information

#211159 (or 0x211159) is unknown color: approx Paua. HEX triplet: 21, 11 and 59. RGB value is (33,17,89). Sum of RGB (Red+Green+Blue) = 33+17+89=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #211159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211159 is #DEEEA6. Grayscale: #1D1D1D. Windows color (decimal): -14610087 or 5837089. OLE color: 5837089.

HSL color Cylindrical-coordinate representation of color #211159: hue angle of 253.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211159 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB331789-
CMYK0.630.8100.65
HSL253.33º67.92%20.78%-
HSV(B)253.33º80.9%34.9%-
XYZ2.631.459.59-
YUV29.99161.3130.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=23.74%
G=12.23%
B=64.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3317890.630.8100.65253.3367.9220.78
Hex2111593F51041fd4415
Octal412113177121010137510425
Binary10000110001101100111111110100010100000111111101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211159; }

 p { color: rgb(33,17,89); }

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

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

 a { background-color: rgb(33,17,89); }

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

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

 span { border-color: rgb(33,17,89); }

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