#271A59

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

Shades of Paua #271A59

Tints of Paua #271A59

Color information

#271A59 (or 0x271A59) is unknown color: approx Paua. HEX triplet: 27, 1A and 59. RGB value is (39,26,89). Sum of RGB (Red+Green+Blue) = 39+26+89=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #271A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A59 is #D8E5A6. Grayscale: #242424. Windows color (decimal): -14214567 or 5839399. OLE color: 5839399.

HSL color Cylindrical-coordinate representation of color #271A59: hue angle of 252.38º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #271A59 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB392689-
CMYK0.560.7100.65
HSL252.38º54.78%22.55%-
HSV(B)252.38º70.79%34.9%-
XYZ3.011.899.66-
YUV37.07157.31129.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=25.32%
G=16.88%
B=57.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3926890.560.7100.65252.3854.7822.55
Hex271A593847041fc3717
Octal47321317010701013746727
Binary1001111101010110011110001000111010000011111110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,26,89); }

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

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

 a { background-color: rgb(39,26,89); }

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

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

 span { border-color: rgb(39,26,89); }

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