#272147

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

Shades of Paua #272147

Tints of Paua #272147

Color information

#272147 (or 0x272147) is unknown color: approx Paua. HEX triplet: 27, 21 and 47. RGB value is (39,33,71). Sum of RGB (Red+Green+Blue) = 39+33+71=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #272147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272147 is #D8DEB8. Grayscale: #262626. Windows color (decimal): -14212793 or 4661543. OLE color: 4661543.

HSL color Cylindrical-coordinate representation of color #272147: hue angle of 249.47º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #272147 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB393371-
CMYK0.450.5400.72
HSL249.47º36.54%20.39%-
HSV(B)249.47º53.52%27.84%-
XYZ2.521.976.21-
YUV39.13145.99127.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=27.27%
G=23.08%
B=49.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3933710.450.5400.72249.4736.5420.39
Hex2721472D36048f92514
Octal4741107556601103714524
Binary1001111000011000111101101110110010010001111100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272147; }

 p { color: rgb(39,33,71); }

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

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

 a { background-color: rgb(39,33,71); }

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

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

 span { border-color: rgb(39,33,71); }

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