#271C52

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

Shades of Paua #271C52

Tints of Paua #271C52

Color information

#271C52 (or 0x271C52) is unknown color: approx Paua. HEX triplet: 27, 1C and 52. RGB value is (39,28,82). Sum of RGB (Red+Green+Blue) = 39+28+82=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #271C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271C52 is #D8E3AD. Grayscale: #252525. Windows color (decimal): -14214062 or 5381159. OLE color: 5381159.

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

Color convert

RGB392882-
CMYK0.520.6600.68
HSL252.22º49.09%21.57%-
HSV(B)252.22º65.85%32.16%-
XYZ2.771.878.2-
YUV37.44153.14129.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=26.17%
G=18.79%
B=55.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3928820.520.6600.68252.2249.0921.57
Hex271C523442044fc3116
Octal47341226410201043746126
Binary1001111110010100101101001000010010001001111110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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