#29255A

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

Shades of Paua #29255A

Tints of Paua #29255A

Color information

#29255A (or 0x29255A) is unknown color: approx Paua. HEX triplet: 29, 25 and 5A. RGB value is (41,37,90). Sum of RGB (Red+Green+Blue) = 41+37+90=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #29255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29255A is #D6DAA5. Grayscale: #2C2C2C. Windows color (decimal): -14080678 or 5907753. OLE color: 5907753.

HSL color Cylindrical-coordinate representation of color #29255A: hue angle of 244.53º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29255A is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB413790-
CMYK0.540.5900.65
HSL244.53º41.73%24.9%-
HSV(B)244.53º58.89%35.29%-
XYZ3.422.539.98-
YUV44.24153.83125.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=24.40%
G=22.02%
B=53.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4137900.540.5900.65244.5341.7324.9
Hex29255A363B041f52a19
Octal5145132667301013655231
Binary1010011001011011010110110111011010000011111010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29255A; }

 p { color: rgb(41,37,90); }

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

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

 a { background-color: rgb(41,37,90); }

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

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

 span { border-color: rgb(41,37,90); }

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