#2A2251

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

Shades of Paua #2A2251

Tints of Paua #2A2251

Color information

#2A2251 (or 0x2A2251) is unknown color: approx Paua. HEX triplet: 2A, 22 and 51. RGB value is (42,34,81). Sum of RGB (Red+Green+Blue) = 42+34+81=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A2251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2251 is #D5DDAE. Grayscale: #292929. Windows color (decimal): -14015919 or 5317162. OLE color: 5317162.

HSL color Cylindrical-coordinate representation of color #2A2251: hue angle of 250.21º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A2251 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB423481-
CMYK0.480.5800.68
HSL250.21º40.87%22.55%-
HSV(B)250.21º58.02%31.76%-
XYZ3.012.238.06-
YUV41.75150.15128.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=26.75%
G=21.66%
B=51.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4234810.480.5800.68250.2140.8722.55
Hex2A2251303A044fa2917
Octal5242121607201043725127
Binary1010101000101010001110000111010010001001111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,34,81); }

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

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

 a { background-color: rgb(42,34,81); }

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

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

 span { border-color: rgb(42,34,81); }

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