#2A1D56

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

Shades of Paua #2A1D56

Tints of Paua #2A1D56

Color information

#2A1D56 (or 0x2A1D56) is unknown color: approx Paua. HEX triplet: 2A, 1D and 56. RGB value is (42,29,86). Sum of RGB (Red+Green+Blue) = 42+29+86=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A1D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1D56 is #D5E2A9. Grayscale: #272727. Windows color (decimal): -14017194 or 5643562. OLE color: 5643562.

HSL color Cylindrical-coordinate representation of color #2A1D56: hue angle of 253.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A1D56 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB422986-
CMYK0.510.6600.66
HSL253.68º49.57%22.55%-
HSV(B)253.68º66.28%33.73%-
XYZ3.072.049.04-
YUV39.38154.31129.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 86 (33.98% from 255) = 54.78%
R=26.75%
G=18.47%
B=54.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4229860.510.6600.66253.6849.5722.55
Hex2A1D563342042fe3217
Octal52351266310201023766227
Binary1010101110110101101100111000010010000101111111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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