#272051

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

Shades of Paua #272051

Tints of Paua #272051

Color information

#272051 (or 0x272051) is unknown color: approx Paua. HEX triplet: 27, 20 and 51. RGB value is (39,32,81). Sum of RGB (Red+Green+Blue) = 39+32+81=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #272051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272051 is #D8DFAE. Grayscale: #272727. Windows color (decimal): -14213039 or 5316647. OLE color: 5316647.

HSL color Cylindrical-coordinate representation of color #272051: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #272051 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB393281-
CMYK0.520.6000.68
HSL248.57º43.36%22.16%-
HSV(B)248.57º60.49%31.76%-
XYZ2.842.068.03-
YUV39.68151.32127.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=25.66%
G=21.05%
B=53.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3932810.520.6000.68248.5743.3622.16
Hex272051343C044f92b16
Octal4740121647401043715326
Binary1001111000001010001110100111100010001001111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272051; }

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

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

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

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

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

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

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

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