#2A1D58

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

Shades of Paua #2A1D58

Tints of Paua #2A1D58

Color information

#2A1D58 (or 0x2A1D58) is unknown color: approx Paua. HEX triplet: 2A, 1D and 58. RGB value is (42,29,88). Sum of RGB (Red+Green+Blue) = 42+29+88=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A1D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1D58 is #D5E2A7. Grayscale: #272727. Windows color (decimal): -14017192 or 5774634. OLE color: 5774634.

HSL color Cylindrical-coordinate representation of color #2A1D58: hue angle of 253.22º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A1D58 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB422988-
CMYK0.520.6700.65
HSL253.22º50.43%22.94%-
HSV(B)253.22º67.05%34.51%-
XYZ3.162.089.47-
YUV39.61155.31129.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 29 (11.72% from 255) = 18.24%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=26.42%
G=18.24%
B=55.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4229880.520.6700.65253.2250.4322.94
Hex2A1D583443041fd3217
Octal52351306410301013756227
Binary1010101110110110001101001000011010000011111110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,29,88); }

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

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

 a { background-color: rgb(42,29,88); }

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

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

 span { border-color: rgb(42,29,88); }

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