#27204E

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

Shades of Paua #27204E

Tints of Paua #27204E

Color information

#27204E (or 0x27204E) is unknown color: approx Paua. HEX triplet: 27, 20 and 4E. RGB value is (39,32,78). Sum of RGB (Red+Green+Blue) = 39+32+78=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #27204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27204E is #D8DFB1. Grayscale: #272727. Windows color (decimal): -14213042 or 5120039. OLE color: 5120039.

HSL color Cylindrical-coordinate representation of color #27204E: hue angle of 249.13º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27204E is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB393278-
CMYK0.500.5900.69
HSL249.13º41.82%21.57%-
HSV(B)249.13º58.97%30.59%-
XYZ2.732.017.45-
YUV39.34149.82127.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=26.17%
G=21.48%
B=52.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3932780.500.5900.69249.1341.8221.57
Hex27204E323B045f92a16
Octal4740116627301053715226
Binary1001111000001001110110010111011010001011111100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27204E; }

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

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

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

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

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

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

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

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