#271F4A

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

Shades of Paua #271F4A

Tints of Paua #271F4A

Color information

#271F4A (or 0x271F4A) is unknown color: approx Paua. HEX triplet: 27, 1F and 4A. RGB value is (39,31,74). Sum of RGB (Red+Green+Blue) = 39+31+74=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #271F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F4A is #D8E0B5. Grayscale: #262626. Windows color (decimal): -14213302 or 4857639. OLE color: 4857639.

HSL color Cylindrical-coordinate representation of color #271F4A: hue angle of 251.16º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #271F4A is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB393174-
CMYK0.470.5800.71
HSL251.16º40.95%20.59%-
HSV(B)251.16º58.11%29.02%-
XYZ2.561.916.71-
YUV38.29148.15128.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 74 (29.30% from 255) = 51.39%
R=27.08%
G=21.53%
B=51.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3931740.470.5800.71251.1640.9520.59
Hex271F4A2F3A047fb2915
Octal4737112577201073735125
Binary100111111111001010101111111010010001111111101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271F4A; }

 p { color: rgb(39,31,74); }

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

<style>
 a { background-color: #271F4A; }

 a { background-color: rgb(39,31,74); }

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

<style>
 span { border-color: #271F4A; }

 span { border-color: rgb(39,31,74); }

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