#272048

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

Shades of Paua #272048

Tints of Paua #272048

Color information

#272048 (or 0x272048) is unknown color: approx Paua. HEX triplet: 27, 20 and 48. RGB value is (39,32,72). Sum of RGB (Red+Green+Blue) = 39+32+72=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #272048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272048 is #D8DFB7. Grayscale: #262626. Windows color (decimal): -14213048 or 4726823. OLE color: 4726823.

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

Color convert

RGB393272-
CMYK0.460.5600.72
HSL250.5º38.46%20.39%-
HSV(B)250.5º55.56%28.24%-
XYZ2.521.936.37-
YUV38.65146.82128.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=27.27%
G=22.38%
B=50.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3932720.460.5600.72250.538.4620.39
Hex2720482E38048fa2614
Octal4740110567001103724624
Binary1001111000001001000101110111000010010001111101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272048; }

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

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

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

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

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

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

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

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