#272047

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

Shades of Paua #272047

Tints of Paua #272047

Color information

#272047 (or 0x272047) is unknown color: approx Paua. HEX triplet: 27, 20 and 47. RGB value is (39,32,71). Sum of RGB (Red+Green+Blue) = 39+32+71=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #272047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272047 is #D8DFB8. Grayscale: #262626. Windows color (decimal): -14213049 or 4661287. OLE color: 4661287.

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

Color convert

RGB393271-
CMYK0.450.5500.72
HSL250.77º37.86%20.2%-
HSV(B)250.77º54.93%27.84%-
XYZ2.491.926.2-
YUV38.54146.32128.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 71 (28.12% from 255) = 50%
R=27.46%
G=22.54%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3932710.450.5500.72250.7737.8620.2
Hex2720472D37048fb2614
Octal4740107556701103734624
Binary1001111000001000111101101110111010010001111101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272047; }

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

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

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

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

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

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

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

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