#2A2559

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

Shades of Paua #2A2559

Tints of Paua #2A2559

Color information

#2A2559 (or 0x2A2559) is unknown color: approx Paua. HEX triplet: 2A, 25 and 59. RGB value is (42,37,89). Sum of RGB (Red+Green+Blue) = 42+37+89=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #2A2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2559 is #D5DAA6. Grayscale: #2C2C2C. Windows color (decimal): -14015143 or 5842218. OLE color: 5842218.

HSL color Cylindrical-coordinate representation of color #2A2559: hue angle of 245.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2559 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB423789-
CMYK0.530.5800.65
HSL245.77º41.27%24.71%-
HSV(B)245.77º58.43%34.9%-
XYZ3.422.549.76-
YUV44.42153.16126.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=25%
G=22.02%
B=52.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4237890.530.5800.65245.7741.2724.71
Hex2A2559353A041f62919
Octal5245131657201013665131
Binary1010101001011011001110101111010010000011111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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