#272059

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

Shades of Paua #272059

Tints of Paua #272059

Color information

#272059 (or 0x272059) is unknown color: approx Paua. HEX triplet: 27, 20 and 59. RGB value is (39,32,89). Sum of RGB (Red+Green+Blue) = 39+32+89=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #272059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272059 is #D8DFA6. Grayscale: #282828. Windows color (decimal): -14213031 or 5840935. OLE color: 5840935.

HSL color Cylindrical-coordinate representation of color #272059: hue angle of 247.37º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #272059 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB393289-
CMYK0.560.6400.65
HSL247.37º47.11%23.73%-
HSV(B)247.37º64.04%34.9%-
XYZ3.162.199.71-
YUV40.59155.32126.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 89 (35.16% from 255) = 55.62%
R=24.38%
G=20%
B=55.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3932890.560.6400.65247.3747.1123.73
Hex2720593840041f72f18
Octal47401317010001013675730
Binary10011110000010110011110001000000010000011111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272059; }

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

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

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

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

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

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

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

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