#292157

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

Shades of Paua #292157

Tints of Paua #292157

Color information

#292157 (or 0x292157) is unknown color: approx Paua. HEX triplet: 29, 21 and 57. RGB value is (41,33,87). Sum of RGB (Red+Green+Blue) = 41+33+87=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #292157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292157 is #D6DEA8. Grayscale: #292929. Windows color (decimal): -14081705 or 5710121. OLE color: 5710121.

HSL color Cylindrical-coordinate representation of color #292157: hue angle of 248.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292157 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB413387-
CMYK0.530.6200.66
HSL248.89º45%23.53%-
HSV(B)248.89º62.07%34.12%-
XYZ3.182.259.28-
YUV41.55153.65127.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 87 (34.38% from 255) = 54.04%
R=25.47%
G=20.50%
B=54.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4133870.530.6200.66248.894523.53
Hex292157353E042f92d18
Octal5141127657601023715530
Binary1010011000011010111110101111110010000101111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292157; }

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

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

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

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

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

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

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

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