#292056

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

Shades of Paua #292056

Tints of Paua #292056

Color information

#292056 (or 0x292056) is unknown color: approx Paua. HEX triplet: 29, 20 and 56. RGB value is (41,32,86). Sum of RGB (Red+Green+Blue) = 41+32+86=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #292056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292056 is #D6DFA9. Grayscale: #282828. Windows color (decimal): -14081962 or 5644329. OLE color: 5644329.

HSL color Cylindrical-coordinate representation of color #292056: hue angle of 250º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #292056 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB413286-
CMYK0.520.6300.66
HSL250º45.76%23.14%-
HSV(B)250º62.79%33.73%-
XYZ3.112.189.06-
YUV40.85153.48128.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=25.79%
G=20.13%
B=54.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4132860.520.6300.6625045.7623.14
Hex292056343F042fa2e17
Octal5140126647701023725627
Binary1010011000001010110110100111111010000101111101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292056; }

 p { color: rgb(41,32,86); }

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

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

 a { background-color: rgb(41,32,86); }

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

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

 span { border-color: rgb(41,32,86); }

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