#272559

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

Shades of Paua #272559

Tints of Paua #272559

Color information

#272559 (or 0x272559) is unknown color: approx Paua. HEX triplet: 27, 25 and 59. RGB value is (39,37,89). Sum of RGB (Red+Green+Blue) = 39+37+89=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #272559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272559 is #D8DAA6. Grayscale: #2B2B2B. Windows color (decimal): -14211751 or 5842215. OLE color: 5842215.

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

Color convert

RGB393789-
CMYK0.560.5800.65
HSL242.31º41.27%24.71%-
HSV(B)242.31º58.43%34.9%-
XYZ3.32.489.76-
YUV43.53153.66124.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=23.64%
G=22.42%
B=53.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3937890.560.5800.65242.3141.2724.71
Hex272559383A041f22919
Octal4745131707201013625131
Binary1001111001011011001111000111010010000011111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272559; }

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

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

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

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

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

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

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

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