#292159

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

Shades of Paua #292159

Tints of Paua #292159

Color information

#292159 (or 0x292159) is unknown color: approx Paua. HEX triplet: 29, 21 and 59. RGB value is (41,33,89). Sum of RGB (Red+Green+Blue) = 41+33+89=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #292159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292159 is #D6DEA6. Grayscale: #292929. Windows color (decimal): -14081703 or 5841193. OLE color: 5841193.

HSL color Cylindrical-coordinate representation of color #292159: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292159 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB413389-
CMYK0.540.6300.65
HSL248.57º45.9%23.92%-
HSV(B)248.57º62.92%34.9%-
XYZ3.262.289.72-
YUV41.78154.65127.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=25.15%
G=20.25%
B=54.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4133890.540.6300.65248.5745.923.92
Hex292159363F041f92e18
Octal5141131667701013715630
Binary1010011000011011001110110111111010000011111100110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292159; }

 p { color: rgb(41,33,89); }

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

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

 a { background-color: rgb(41,33,89); }

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

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

 span { border-color: rgb(41,33,89); }

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