#29204E

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

Shades of Paua #29204E

Tints of Paua #29204E

Color information

#29204E (or 0x29204E) is unknown color: approx Paua. HEX triplet: 29, 20 and 4E. RGB value is (41,32,78). Sum of RGB (Red+Green+Blue) = 41+32+78=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #29204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29204E is #D6DFB1. Grayscale: #272727. Windows color (decimal): -14081970 or 5120041. OLE color: 5120041.

HSL color Cylindrical-coordinate representation of color #29204E: hue angle of 251.74º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29204E is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB413278-
CMYK0.470.5900.69
HSL251.74º41.82%21.57%-
HSV(B)251.74º58.97%30.59%-
XYZ2.812.057.46-
YUV39.94149.48128.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=27.15%
G=21.19%
B=51.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4132780.470.5900.69251.7441.8221.57
Hex29204E2F3B045fc2a16
Octal5140116577301053745226
Binary1010011000001001110101111111011010001011111110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29204E; }

 p { color: rgb(41,32,78); }

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

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

 a { background-color: rgb(41,32,78); }

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

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

 span { border-color: rgb(41,32,78); }

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