#211158

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

Shades of Paua #211158

Tints of Paua #211158

Color information

#211158 (or 0x211158) is unknown color: approx Paua. HEX triplet: 21, 11 and 58. RGB value is (33,17,88). Sum of RGB (Red+Green+Blue) = 33+17+88=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #211158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211158 is #DEEEA7. Grayscale: #1D1D1D. Windows color (decimal): -14610088 or 5771553. OLE color: 5771553.

HSL color Cylindrical-coordinate representation of color #211158: hue angle of 253.52º 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 #211158 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB331788-
CMYK0.620.8100.65
HSL253.52º67.62%20.59%-
HSV(B)253.52º80.68%34.51%-
XYZ2.591.439.37-
YUV29.88160.8130.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 88 (34.77% from 255) = 63.77%
R=23.91%
G=12.32%
B=63.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3317880.620.8100.65253.5267.6220.59
Hex2111583E51041fe4415
Octal412113076121010137610425
Binary10000110001101100011111010100010100000111111110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211158; }

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

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

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

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

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

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

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

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