#292155

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

Shades of Paua #292155

Tints of Paua #292155

Color information

#292155 (or 0x292155) is unknown color: approx Paua. HEX triplet: 29, 21 and 55. RGB value is (41,33,85). Sum of RGB (Red+Green+Blue) = 41+33+85=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #292155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292155 is #D6DEAA. Grayscale: #292929. Windows color (decimal): -14081707 or 5579049. OLE color: 5579049.

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

Color convert

RGB413385-
CMYK0.520.6100.67
HSL249.23º44.07%23.14%-
HSV(B)249.23º61.18%33.33%-
XYZ3.12.228.86-
YUV41.32152.65127.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=25.79%
G=20.75%
B=53.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4133850.520.6100.67249.2344.0723.14
Hex292155343D043f92c17
Octal5141125647501033715427
Binary1010011000011010101110100111101010000111111100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292155; }

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

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

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

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

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

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

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

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