#271D57

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

Shades of Paua #271D57

Tints of Paua #271D57

Color information

#271D57 (or 0x271D57) is unknown color: approx Paua. HEX triplet: 27, 1D and 57. RGB value is (39,29,87). Sum of RGB (Red+Green+Blue) = 39+29+87=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #271D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D57 is #D8E2A8. Grayscale: #262626. Windows color (decimal): -14213801 or 5709095. OLE color: 5709095.

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

Color convert

RGB392987-
CMYK0.550.6700.66
HSL250.34º50%22.75%-
HSV(B)250.34º66.67%34.12%-
XYZ329.24-
YUV38.6155.31128.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 87 (34.38% from 255) = 56.13%
R=25.16%
G=18.71%
B=56.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3929870.550.6700.66250.345022.75
Hex271D573743042fa3217
Octal47351276710301023726227
Binary1001111110110101111101111000011010000101111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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