#2A2558

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

Shades of Paua #2A2558

Tints of Paua #2A2558

Color information

#2A2558 (or 0x2A2558) is unknown color: approx Paua. HEX triplet: 2A, 25 and 58. RGB value is (42,37,88). Sum of RGB (Red+Green+Blue) = 42+37+88=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A2558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2558 is #D5DAA7. Grayscale: #2C2C2C. Windows color (decimal): -14015144 or 5776682. OLE color: 5776682.

HSL color Cylindrical-coordinate representation of color #2A2558: hue angle of 245.88º 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 #2A2558 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB423788-
CMYK0.520.5800.65
HSL245.88º40.8%24.51%-
HSV(B)245.88º57.95%34.51%-
XYZ3.382.529.54-
YUV44.31152.66126.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 88 (34.77% from 255) = 52.69%
R=25.15%
G=22.16%
B=52.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4237880.520.5800.65245.8840.824.51
Hex2A2558343A041f62919
Octal5245130647201013665131
Binary1010101001011011000110100111010010000011111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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