#29284F

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

Shades of Paua #29284F

Tints of Paua #29284F

Color information

#29284F (or 0x29284F) is unknown color: approx Paua. HEX triplet: 29, 28 and 4F. RGB value is (41,40,79). Sum of RGB (Red+Green+Blue) = 41+40+79=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #29284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29284F is #D6D7B0. Grayscale: #2C2C2C. Windows color (decimal): -14079921 or 5187625. OLE color: 5187625.

HSL color Cylindrical-coordinate representation of color #29284F: hue angle of 241.54º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29284F is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB414079-
CMYK0.480.4900.69
HSL241.54º32.77%23.33%-
HSV(B)241.54º49.37%30.98%-
XYZ3.082.557.73-
YUV44.74147.33125.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 79 (31.25% from 255) = 49.38%
R=25.62%
G=25%
B=49.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4140790.480.4900.69241.5432.7723.33
Hex29284F3031045f22117
Octal5150117606101053624127
Binary1010011010001001111110000110001010001011111001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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