#281F4C

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

Shades of Paua #281F4C

Tints of Paua #281F4C

Color information

#281F4C (or 0x281F4C) is unknown color: approx Paua. HEX triplet: 28, 1F and 4C. RGB value is (40,31,76). Sum of RGB (Red+Green+Blue) = 40+31+76=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #281F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F4C is #D7E0B3. Grayscale: #262626. Windows color (decimal): -14147764 or 4988712. OLE color: 4988712.

HSL color Cylindrical-coordinate representation of color #281F4C: hue angle of 252º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #281F4C is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB403176-
CMYK0.470.5900.70
HSL252º42.06%20.98%-
HSV(B)252º59.21%29.8%-
XYZ2.671.957.07-
YUV38.82148.98128.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=27.21%
G=21.09%
B=51.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4031760.470.5900.7025242.0620.98
Hex281F4C2F3B046fc2a15
Octal5037114577301063745225
Binary101000111111001100101111111011010001101111110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281F4C; }

 p { color: rgb(40,31,76); }

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

<style>
 a { background-color: #281F4C; }

 a { background-color: rgb(40,31,76); }

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

<style>
 span { border-color: #281F4C; }

 span { border-color: rgb(40,31,76); }

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