#271B53

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

Shades of Paua #271B53

Tints of Paua #271B53

Color information

#271B53 (or 0x271B53) is unknown color: approx Paua. HEX triplet: 27, 1B and 53. RGB value is (39,27,83). Sum of RGB (Red+Green+Blue) = 39+27+83=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #271B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B53 is #D8E4AC. Grayscale: #242424. Windows color (decimal): -14214317 or 5446439. OLE color: 5446439.

HSL color Cylindrical-coordinate representation of color #271B53: hue angle of 252.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271B53 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB392783-
CMYK0.530.6700.67
HSL252.86º50.91%21.57%-
HSV(B)252.86º67.47%32.55%-
XYZ2.791.848.39-
YUV36.97153.98129.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=26.17%
G=18.12%
B=55.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3927830.530.6700.67252.8650.9121.57
Hex271B533543043fd3316
Octal47331236510301033756326
Binary1001111101110100111101011000011010000111111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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