#272150

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

Shades of Paua #272150

Tints of Paua #272150

Color information

#272150 (or 0x272150) is unknown color: approx Paua. HEX triplet: 27, 21 and 50. RGB value is (39,33,80). Sum of RGB (Red+Green+Blue) = 39+33+80=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #272150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272150 is #D8DEAF. Grayscale: #272727. Windows color (decimal): -14212784 or 5251367. OLE color: 5251367.

HSL color Cylindrical-coordinate representation of color #272150: hue angle of 247.66º 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 #272150 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB393380-
CMYK0.510.5900.69
HSL247.66º41.59%22.16%-
HSV(B)247.66º58.75%31.37%-
XYZ2.832.17.85-
YUV40.15150.49127.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 33 (13.28% from 255) = 21.71%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=25.66%
G=21.71%
B=52.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3933800.510.5900.69247.6641.5922.16
Hex272150333B045f82a16
Octal4741120637301053705226
Binary1001111000011010000110011111011010001011111100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272150; }

 p { color: rgb(39,33,80); }

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

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

 a { background-color: rgb(39,33,80); }

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

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

 span { border-color: rgb(39,33,80); }

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