#29285C

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

Shades of Paua #29285C

Tints of Paua #29285C

Color information

#29285C (or 0x29285C) is unknown color: approx Paua. HEX triplet: 29, 28 and 5C. RGB value is (41,40,92). Sum of RGB (Red+Green+Blue) = 41+40+92=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #29285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29285C is #D6D7A3. Grayscale: #2E2E2E. Windows color (decimal): -14079908 or 6039593. OLE color: 6039593.

HSL color Cylindrical-coordinate representation of color #29285C: hue angle of 241.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29285C is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB414092-
CMYK0.550.5700.64
HSL241.15º39.39%25.88%-
HSV(B)241.15º56.52%36.08%-
XYZ3.612.7610.47-
YUV46.23153.83124.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=23.70%
G=23.12%
B=53.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4140920.550.5700.64241.1539.3925.88
Hex29285C3739040f1271a
Octal5150134677101003614732
Binary1010011010001011100110111111001010000001111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29285C; }

 p { color: rgb(41,40,92); }

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

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

 a { background-color: rgb(41,40,92); }

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

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

 span { border-color: rgb(41,40,92); }

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