#29204F

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

Shades of Paua #29204F

Tints of Paua #29204F

Color information

#29204F (or 0x29204F) is unknown color: approx Paua. HEX triplet: 29, 20 and 4F. RGB value is (41,32,79). Sum of RGB (Red+Green+Blue) = 41+32+79=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #29204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29204F is #D6DFB0. Grayscale: #272727. Windows color (decimal): -14081969 or 5185577. OLE color: 5185577.

HSL color Cylindrical-coordinate representation of color #29204F: hue angle of 251.49º 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 #29204F is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB413279-
CMYK0.480.5900.69
HSL251.49º42.34%21.76%-
HSV(B)251.49º59.49%30.98%-
XYZ2.842.077.65-
YUV40.05149.98128.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 79 (31.25% from 255) = 51.97%
R=26.97%
G=21.05%
B=51.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4132790.480.5900.69251.4942.3421.76
Hex29204F303B045fb2a16
Octal5140117607301053735226
Binary1010011000001001111110000111011010001011111101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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