#2A2250

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

Shades of Paua #2A2250

Tints of Paua #2A2250

Color information

#2A2250 (or 0x2A2250) is unknown color: approx Paua. HEX triplet: 2A, 22 and 50. RGB value is (42,34,80). Sum of RGB (Red+Green+Blue) = 42+34+80=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2250 is #D5DDAF. Grayscale: #292929. Windows color (decimal): -14015920 or 5251626. OLE color: 5251626.

HSL color Cylindrical-coordinate representation of color #2A2250: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A2250 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB423480-
CMYK0.480.5800.69
HSL250.43º40.35%22.35%-
HSV(B)250.43º57.5%31.37%-
XYZ2.972.227.86-
YUV41.64149.65128.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=26.92%
G=21.79%
B=51.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4234800.480.5800.69250.4340.3522.35
Hex2A2250303A045fa2816
Octal5242120607201053725026
Binary1010101000101010000110000111010010001011111101010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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