#272053

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

Shades of Paua #272053

Tints of Paua #272053

Color information

#272053 (or 0x272053) is unknown color: approx Paua. HEX triplet: 27, 20 and 53. RGB value is (39,32,83). Sum of RGB (Red+Green+Blue) = 39+32+83=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #272053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272053 is #D8DFAC. Grayscale: #272727. Windows color (decimal): -14213037 or 5447719. OLE color: 5447719.

HSL color Cylindrical-coordinate representation of color #272053: hue angle of 248.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #272053 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB393283-
CMYK0.530.6100.67
HSL248.24º44.35%22.55%-
HSV(B)248.24º61.45%32.55%-
XYZ2.912.098.43-
YUV39.91152.32127.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=25.32%
G=20.78%
B=53.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3932830.530.6100.67248.2444.3522.55
Hex272053353D043f82c17
Octal4740123657501033705427
Binary1001111000001010011110101111101010000111111100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272053; }

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

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

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

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

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

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

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

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