#2B1C57

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

Shades of Paua #2B1C57

Tints of Paua #2B1C57

Color information

#2B1C57 (or 0x2B1C57) is unknown color: approx Paua. HEX triplet: 2B, 1C and 57. RGB value is (43,28,87). Sum of RGB (Red+Green+Blue) = 43+28+87=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B1C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1C57 is #D4E3A8. Grayscale: #262626. Windows color (decimal): -13951913 or 5708843. OLE color: 5708843.

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

Color convert

RGB432887-
CMYK0.510.6800.66
HSL255.25º51.3%22.55%-
HSV(B)255.25º67.82%34.12%-
XYZ3.132.039.24-
YUV39.21154.97130.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=27.22%
G=17.72%
B=55.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4328870.510.6800.66255.2551.322.55
Hex2B1C573344042ff3317
Octal53341276310401023776327
Binary1010111110010101111100111000100010000101111111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,28,87); }

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

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

 a { background-color: rgb(43,28,87); }

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

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

 span { border-color: rgb(43,28,87); }

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