#2A255B

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

Shades of Paua #2A255B

Tints of Paua #2A255B

Color information

#2A255B (or 0x2A255B) is unknown color: approx Paua. HEX triplet: 2A, 25 and 5B. RGB value is (42,37,91). Sum of RGB (Red+Green+Blue) = 42+37+91=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A255B is #D5DAA4. Grayscale: #2C2C2C. Windows color (decimal): -14015141 or 5973290. OLE color: 5973290.

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

Color convert

RGB423791-
CMYK0.540.5900.64
HSL245.56º42.19%25.1%-
HSV(B)245.56º59.34%35.69%-
XYZ3.52.5710.21-
YUV44.65154.16126.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.71%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=24.71%
G=21.76%
B=53.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4237910.540.5900.64245.5642.1925.1
Hex2A255B363B040f62a19
Octal5245133667301003665231
Binary1010101001011011011110110111011010000001111011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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