#291D55

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

Shades of Paua #291D55

Tints of Paua #291D55

Color information

#291D55 (or 0x291D55) is unknown color: approx Paua. HEX triplet: 29, 1D and 55. RGB value is (41,29,85). Sum of RGB (Red+Green+Blue) = 41+29+85=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #291D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D55 is #D6E2AA. Grayscale: #262626. Windows color (decimal): -14082731 or 5578025. OLE color: 5578025.

HSL color Cylindrical-coordinate representation of color #291D55: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #291D55 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB412985-
CMYK0.520.6600.67
HSL252.86º49.12%22.35%-
HSV(B)252.86º65.88%33.33%-
XYZ2.992.018.82-
YUV38.97153.98129.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=26.45%
G=18.71%
B=54.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4129850.520.6600.67252.8649.1222.35
Hex291D553442043fd3116
Octal51351256410201033756126
Binary1010011110110101011101001000010010000111111110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291D55; }

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

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

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

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

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

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

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

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