#271B52

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

Shades of Paua #271B52

Tints of Paua #271B52

Color information

#271B52 (or 0x271B52) is unknown color: approx Paua. HEX triplet: 27, 1B and 52. RGB value is (39,27,82). Sum of RGB (Red+Green+Blue) = 39+27+82=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #271B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B52 is #D8E4AD. Grayscale: #242424. Windows color (decimal): -14214318 or 5380903. OLE color: 5380903.

HSL color Cylindrical-coordinate representation of color #271B52: hue angle of 253.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271B52 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB392782-
CMYK0.520.6700.68
HSL253.09º50.46%21.37%-
HSV(B)253.09º67.07%32.16%-
XYZ2.751.828.19-
YUV36.86153.48129.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 82 (32.42% from 255) = 55.41%
R=26.35%
G=18.24%
B=55.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3927820.520.6700.68253.0950.4621.37
Hex271B523443044fd3215
Octal47331226410301043756225
Binary1001111101110100101101001000011010001001111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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