#2A2155

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

Shades of Paua #2A2155

Tints of Paua #2A2155

Color information

#2A2155 (or 0x2A2155) is unknown color: approx Paua. HEX triplet: 2A, 21 and 55. RGB value is (42,33,85). Sum of RGB (Red+Green+Blue) = 42+33+85=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2155 is #D5DEAA. Grayscale: #292929. Windows color (decimal): -14016171 or 5579050. OLE color: 5579050.

HSL color Cylindrical-coordinate representation of color #2A2155: hue angle of 250.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A2155 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB423385-
CMYK0.510.6100.67
HSL250.38º44.07%23.14%-
HSV(B)250.38º61.18%33.33%-
XYZ3.142.248.86-
YUV41.62152.48128.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 85 (33.59% from 255) = 53.12%
R=26.25%
G=20.62%
B=53.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4233850.510.6100.67250.3844.0723.14
Hex2A2155333D043fa2c17
Octal5241125637501033725427
Binary1010101000011010101110011111101010000111111101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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