#2A245B

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

Shades of Paua #2A245B

Tints of Paua #2A245B

Color information

#2A245B (or 0x2A245B) is unknown color: approx Paua. HEX triplet: 2A, 24 and 5B. RGB value is (42,36,91). Sum of RGB (Red+Green+Blue) = 42+36+91=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A245B is #D5DBA4. Grayscale: #2B2B2B. Windows color (decimal): -14015397 or 5973034. OLE color: 5973034.

HSL color Cylindrical-coordinate representation of color #2A245B: hue angle of 246.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A245B is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB423691-
CMYK0.540.6000.64
HSL246.55º43.31%24.9%-
HSV(B)246.55º60.44%35.69%-
XYZ3.472.5110.2-
YUV44.06154.49126.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=24.85%
G=21.30%
B=53.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4236910.540.6000.64246.5543.3124.9
Hex2A245B363C040f72b19
Octal5244133667401003675331
Binary1010101001001011011110110111100010000001111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,36,91); }

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

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

 a { background-color: rgb(42,36,91); }

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

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

 span { border-color: rgb(42,36,91); }

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