#271E55

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

Shades of Paua #271E55

Tints of Paua #271E55

Color information

#271E55 (or 0x271E55) is unknown color: approx Paua. HEX triplet: 27, 1E and 55. RGB value is (39,30,85). Sum of RGB (Red+Green+Blue) = 39+30+85=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #271E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271E55 is #D8E1AA. Grayscale: #262626. Windows color (decimal): -14213547 or 5578279. OLE color: 5578279.

HSL color Cylindrical-coordinate representation of color #271E55: hue angle of 249.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #271E55 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB393085-
CMYK0.540.6500.67
HSL249.82º47.83%22.55%-
HSV(B)249.82º64.71%33.33%-
XYZ2.942.028.83-
YUV38.96153.98128.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=25.32%
G=19.48%
B=55.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3930850.540.6500.67249.8247.8322.55
Hex271E553641043fa3017
Octal47361256610101033726027
Binary1001111111010101011101101000001010000111111101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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