#292158

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

Shades of Paua #292158

Tints of Paua #292158

Color information

#292158 (or 0x292158) is unknown color: approx Paua. HEX triplet: 29, 21 and 58. RGB value is (41,33,88). Sum of RGB (Red+Green+Blue) = 41+33+88=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #292158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292158 is #D6DEA7. Grayscale: #292929. Windows color (decimal): -14081704 or 5775657. OLE color: 5775657.

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

Color convert

RGB413388-
CMYK0.530.6200.65
HSL248.73º45.45%23.73%-
HSV(B)248.73º62.5%34.51%-
XYZ3.222.269.5-
YUV41.66154.15127.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=25.31%
G=20.37%
B=54.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4133880.530.6200.65248.7345.4523.73
Hex292158353E041f92d18
Octal5141130657601013715530
Binary1010011000011011000110101111110010000011111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292158; }

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

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

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

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

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

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

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

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