#292055

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

Shades of Paua #292055

Tints of Paua #292055

Color information

#292055 (or 0x292055) is unknown color: approx Paua. HEX triplet: 29, 20 and 55. RGB value is (41,32,85). Sum of RGB (Red+Green+Blue) = 41+32+85=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #292055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292055 is #D6DFAA. Grayscale: #282828. Windows color (decimal): -14081963 or 5578793. OLE color: 5578793.

HSL color Cylindrical-coordinate representation of color #292055: hue angle of 250.19º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #292055 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB413285-
CMYK0.520.6200.67
HSL250.19º45.3%22.94%-
HSV(B)250.19º62.35%33.33%-
XYZ3.072.168.85-
YUV40.73152.98128.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=25.95%
G=20.25%
B=53.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4132850.520.6200.67250.1945.322.94
Hex292055343E043fa2d17
Octal5140125647601033725527
Binary1010011000001010101110100111110010000111111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292055; }

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

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

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

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

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

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

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

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