#292059

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

Shades of Paua #292059

Tints of Paua #292059

Color information

#292059 (or 0x292059) is unknown color: approx Paua. HEX triplet: 29, 20 and 59. RGB value is (41,32,89). Sum of RGB (Red+Green+Blue) = 41+32+89=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #292059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292059 is #D6DFA6. Grayscale: #282828. Windows color (decimal): -14081959 or 5840937. OLE color: 5840937.

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

Color convert

RGB413289-
CMYK0.540.6400.65
HSL249.47º47.11%23.73%-
HSV(B)249.47º64.04%34.9%-
XYZ3.232.239.71-
YUV41.19154.98127.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=25.31%
G=19.75%
B=54.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4132890.540.6400.65249.4747.1123.73
Hex2920593640041f92f18
Octal51401316610001013715730
Binary10100110000010110011101101000000010000011111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292059; }

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

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

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

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

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

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

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

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