#2A2150

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

Shades of Paua #2A2150

Tints of Paua #2A2150

Color information

#2A2150 (or 0x2A2150) is unknown color: approx Paua. HEX triplet: 2A, 21 and 50. RGB value is (42,33,80). Sum of RGB (Red+Green+Blue) = 42+33+80=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A2150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2150 is #D5DEAF. Grayscale: #282828. Windows color (decimal): -14016176 or 5251370. OLE color: 5251370.

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

Color convert

RGB423380-
CMYK0.480.5900.69
HSL251.49º41.59%22.16%-
HSV(B)251.49º58.75%31.37%-
XYZ2.952.167.85-
YUV41.05149.98128.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=27.10%
G=21.29%
B=51.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4233800.480.5900.69251.4941.5922.16
Hex2A2150303B045fb2a16
Octal5241120607301053735226
Binary1010101000011010000110000111011010001011111101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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