#272251

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

Shades of Paua #272251

Tints of Paua #272251

Color information

#272251 (or 0x272251) is unknown color: approx Paua. HEX triplet: 27, 22 and 51. RGB value is (39,34,81). Sum of RGB (Red+Green+Blue) = 39+34+81=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #272251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272251 is #D8DDAE. Grayscale: #282828. Windows color (decimal): -14212527 or 5317159. OLE color: 5317159.

HSL color Cylindrical-coordinate representation of color #272251: hue angle of 246.38º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272251 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB393481-
CMYK0.520.5800.68
HSL246.38º40.87%22.55%-
HSV(B)246.38º58.02%31.76%-
XYZ2.892.178.05-
YUV40.85150.66126.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=25.32%
G=22.08%
B=52.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3934810.520.5800.68246.3840.8722.55
Hex272251343A044f62917
Octal4742121647201043665127
Binary1001111000101010001110100111010010001001111011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272251; }

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

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

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

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

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

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

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

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