#292555

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

Shades of Paua #292555

Tints of Paua #292555

Color information

#292555 (or 0x292555) is unknown color: approx Paua. HEX triplet: 29, 25 and 55. RGB value is (41,37,85). Sum of RGB (Red+Green+Blue) = 41+37+85=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #292555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292555 is #D6DAAA. Grayscale: #2B2B2B. Windows color (decimal): -14080683 or 5580073. OLE color: 5580073.

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

Color convert

RGB413785-
CMYK0.520.5600.67
HSL245º39.34%23.92%-
HSV(B)245º56.47%33.33%-
XYZ3.222.458.9-
YUV43.67151.33126.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=25.15%
G=22.70%
B=52.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4137850.520.5600.6724539.3423.92
Hex2925553438043f52718
Octal5145125647001033654730
Binary1010011001011010101110100111000010000111111010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292555; }

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

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

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

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

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

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

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

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