#271B56

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

Shades of Paua #271B56

Tints of Paua #271B56

Color information

#271B56 (or 0x271B56) is unknown color: approx Paua. HEX triplet: 27, 1B and 56. RGB value is (39,27,86). Sum of RGB (Red+Green+Blue) = 39+27+86=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #271B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B56 is #D8E4A9. Grayscale: #252525. Windows color (decimal): -14214314 or 5643047. OLE color: 5643047.

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

Color convert

RGB392786-
CMYK0.550.6900.66
HSL252.2º52.21%22.16%-
HSV(B)252.2º68.6%33.73%-
XYZ2.911.899.02-
YUV37.31155.48129.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=25.66%
G=17.76%
B=56.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3927860.550.6900.66252.252.2122.16
Hex271B563745042fc3416
Octal47331266710501023746426
Binary1001111101110101101101111000101010000101111110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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