#271F4D

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

Shades of Paua #271F4D

Tints of Paua #271F4D

Color information

#271F4D (or 0x271F4D) is unknown color: approx Paua. HEX triplet: 27, 1F and 4D. RGB value is (39,31,77). Sum of RGB (Red+Green+Blue) = 39+31+77=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #271F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271F4D is #D8E0B2. Grayscale: #262626. Windows color (decimal): -14213299 or 5054247. OLE color: 5054247.

HSL color Cylindrical-coordinate representation of color #271F4D: hue angle of 250.43º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #271F4D is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB393177-
CMYK0.490.6000.70
HSL250.43º42.59%21.18%-
HSV(B)250.43º59.74%30.2%-
XYZ2.671.957.26-
YUV38.64149.65128.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=26.53%
G=21.09%
B=52.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3931770.490.6000.70250.4342.5921.18
Hex271F4D313C046fa2b15
Octal4737115617401063725325
Binary100111111111001101110001111100010001101111101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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