#2B1E55

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

Shades of Paua #2B1E55

Tints of Paua #2B1E55

Color information

#2B1E55 (or 0x2B1E55) is unknown color: approx Paua. HEX triplet: 2B, 1E and 55. RGB value is (43,30,85). Sum of RGB (Red+Green+Blue) = 43+30+85=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B1E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1E55 is #D4E1AA. Grayscale: #272727. Windows color (decimal): -13951403 or 5578283. OLE color: 5578283.

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

Color convert

RGB433085-
CMYK0.490.6500.67
HSL254.18º47.83%22.55%-
HSV(B)254.18º64.71%33.33%-
XYZ3.12.18.84-
YUV40.16153.31130.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=27.22%
G=18.99%
B=53.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4330850.490.6500.67254.1847.8322.55
Hex2B1E553141043fe3017
Octal53361256110101033766027
Binary1010111111010101011100011000001010000111111111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,30,85); }

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

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

 a { background-color: rgb(43,30,85); }

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

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

 span { border-color: rgb(43,30,85); }

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