#272451

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

Shades of Paua #272451

Tints of Paua #272451

Color information

#272451 (or 0x272451) is unknown color: approx Paua. HEX triplet: 27, 24 and 51. RGB value is (39,36,81). Sum of RGB (Red+Green+Blue) = 39+36+81=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #272451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272451 is #D8DBAE. Grayscale: #292929. Windows color (decimal): -14212015 or 5317671. OLE color: 5317671.

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

Color convert

RGB393681-
CMYK0.520.5600.68
HSL244º38.46%22.94%-
HSV(B)244º55.56%31.76%-
XYZ2.952.298.07-
YUV42.03149.99125.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=25%
G=23.08%
B=51.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3936810.520.5600.6824438.4622.94
Hex2724513438044f42617
Octal4744121647001043644627
Binary1001111001001010001110100111000010001001111010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272451; }

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

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

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

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

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

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

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

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