#271E57

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

Shades of Paua #271E57

Tints of Paua #271E57

Color information

#271E57 (or 0x271E57) is unknown color: approx Paua. HEX triplet: 27, 1E and 57. RGB value is (39,30,87). Sum of RGB (Red+Green+Blue) = 39+30+87=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #271E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E57 is #D8E1A8. Grayscale: #262626. Windows color (decimal): -14213545 or 5709351. OLE color: 5709351.

HSL color Cylindrical-coordinate representation of color #271E57: hue angle of 249.47º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #271E57 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB393087-
CMYK0.550.6600.66
HSL249.47º48.72%22.94%-
HSV(B)249.47º65.52%34.12%-
XYZ3.022.059.25-
YUV39.19154.98127.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=25%
G=19.23%
B=55.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3930870.550.6600.66249.4748.7222.94
Hex271E573742042f93117
Octal47361276710201023716127
Binary1001111111010101111101111000010010000101111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271E57; }

 p { color: rgb(39,30,87); }

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

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

 a { background-color: rgb(39,30,87); }

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

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

 span { border-color: rgb(39,30,87); }

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