#272551

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

Shades of Paua #272551

Tints of Paua #272551

Color information

#272551 (or 0x272551) is unknown color: approx Paua. HEX triplet: 27, 25 and 51. RGB value is (39,37,81). Sum of RGB (Red+Green+Blue) = 39+37+81=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #272551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272551 is #D8DAAE. Grayscale: #2A2A2A. Windows color (decimal): -14211759 or 5317927. OLE color: 5317927.

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

Color convert

RGB393781-
CMYK0.520.5400.68
HSL242.73º37.29%23.14%-
HSV(B)242.73º54.32%31.76%-
XYZ2.982.358.08-
YUV42.61149.66125.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=24.84%
G=23.57%
B=51.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3937810.520.5400.68242.7337.2923.14
Hex2725513436044f32517
Octal4745121646601043634527
Binary1001111001011010001110100110110010001001111001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272551; }

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

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

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

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

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

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

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

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