#271B59

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

Shades of Paua #271B59

Tints of Paua #271B59

Color information

#271B59 (or 0x271B59) is unknown color: approx Paua. HEX triplet: 27, 1B and 59. RGB value is (39,27,89). Sum of RGB (Red+Green+Blue) = 39+27+89=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #271B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B59 is #D8E4A6. Grayscale: #252525. Windows color (decimal): -14214311 or 5839655. OLE color: 5839655.

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

Color convert

RGB392789-
CMYK0.560.7000.65
HSL251.61º53.45%22.75%-
HSV(B)251.61º69.66%34.9%-
XYZ3.031.949.67-
YUV37.66156.98128.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=25.16%
G=17.42%
B=57.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3927890.560.7000.65251.6153.4522.75
Hex271B593846041fc3517
Octal47331317010601013746527
Binary1001111101110110011110001000110010000011111110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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