#2A2449

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

Shades of Paua #2A2449

Tints of Paua #2A2449

Color information

#2A2449 (or 0x2A2449) is unknown color: approx Paua. HEX triplet: 2A, 24 and 49. RGB value is (42,36,73). Sum of RGB (Red+Green+Blue) = 42+36+73=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2449 is #D5DBB6. Grayscale: #292929. Windows color (decimal): -14015415 or 4793386. OLE color: 4793386.

HSL color Cylindrical-coordinate representation of color #2A2449: hue angle of 249.73º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A2449 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB423673-
CMYK0.420.5100.71
HSL249.73º33.94%21.37%-
HSV(B)249.73º50.68%28.63%-
XYZ2.792.246.59-
YUV42.01145.49127.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.81%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=27.81%
G=23.84%
B=48.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4236730.420.5100.71249.7333.9421.37
Hex2A24492A33047fa2215
Octal5244111526301073724225
Binary1010101001001001001101010110011010001111111101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2449; }

 p { color: rgb(42,36,73); }

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

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

 a { background-color: rgb(42,36,73); }

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

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

 span { border-color: rgb(42,36,73); }

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