#2A2548

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

Shades of Paua #2A2548

Tints of Paua #2A2548

Color information

#2A2548 (or 0x2A2548) is unknown color: approx Paua. HEX triplet: 2A, 25 and 48. RGB value is (42,37,72). Sum of RGB (Red+Green+Blue) = 42+37+72=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2548 is #D5DAB7. Grayscale: #2A2A2A. Windows color (decimal): -14015160 or 4728106. OLE color: 4728106.

HSL color Cylindrical-coordinate representation of color #2A2548: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A2548 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB423772-
CMYK0.420.4900.72
HSL248.57º32.11%21.37%-
HSV(B)248.57º48.61%28.24%-
XYZ2.792.286.42-
YUV42.48144.66127.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.81%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=27.81%
G=24.50%
B=47.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4237720.420.4900.72248.5732.1121.37
Hex2A25482A31048f92015
Octal5245110526101103714025
Binary1010101001011001000101010110001010010001111100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,72); }

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

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

 a { background-color: rgb(42,37,72); }

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

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

 span { border-color: rgb(42,37,72); }

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