#27264E

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

Shades of Paua #27264E

Tints of Paua #27264E

Color information

#27264E (or 0x27264E) is unknown color: approx Paua. HEX triplet: 27, 26 and 4E. RGB value is (39,38,78). Sum of RGB (Red+Green+Blue) = 39+38+78=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #27264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27264E is #D8D9B1. Grayscale: #2A2A2A. Windows color (decimal): -14211506 or 5121575. OLE color: 5121575.

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

Color convert

RGB393878-
CMYK0.500.5100.69
HSL241.5º34.48%22.75%-
HSV(B)241.5º51.28%30.59%-
XYZ2.92.377.51-
YUV42.86147.83125.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 78 (30.86% from 255) = 50.32%
R=25.16%
G=24.52%
B=50.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3938780.500.5100.69241.534.4822.75
Hex27264E3233045f22217
Octal4746116626301053624227
Binary1001111001101001110110010110011010001011111001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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