#291C55

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

Shades of Paua #291C55

Tints of Paua #291C55

Color information

#291C55 (or 0x291C55) is unknown color: approx Paua. HEX triplet: 29, 1C and 55. RGB value is (41,28,85). Sum of RGB (Red+Green+Blue) = 41+28+85=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #291C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291C55 is #D6E3AA. Grayscale: #262626. Windows color (decimal): -14082987 or 5577769. OLE color: 5577769.

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

Color convert

RGB412885-
CMYK0.520.6700.67
HSL253.68º50.44%22.16%-
HSV(B)253.68º67.06%33.33%-
XYZ2.971.968.82-
YUV38.38154.31129.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=26.62%
G=18.18%
B=55.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4128850.520.6700.67253.6850.4422.16
Hex291C553443043fe3216
Octal51341256410301033766226
Binary1010011110010101011101001000011010000111111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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