#27155A

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

Shades of Paua #27155A

Tints of Paua #27155A

Color information

#27155A (or 0x27155A) is unknown color: approx Paua. HEX triplet: 27, 15 and 5A. RGB value is (39,21,90). Sum of RGB (Red+Green+Blue) = 39+21+90=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #27155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155A is #D8EAA5. Grayscale: #212121. Windows color (decimal): -14215846 or 5903655. OLE color: 5903655.

HSL color Cylindrical-coordinate representation of color #27155A: hue angle of 255.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27155A is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB392190-
CMYK0.570.7700.65
HSL255.65º62.16%21.76%-
HSV(B)255.65º76.67%35.29%-
XYZ2.951.719.85-
YUV34.25159.46131.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 90 (35.55% from 255) = 60%
R=26%
G=14%
B=60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3921900.570.7700.65255.6562.1621.76
Hex27155A394D0411003e16
Octal47251327111501014007626
Binary10011110101101101011100110011010100000110000000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27155A; }

 p { color: rgb(39,21,90); }

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

<style>
 a { background-color: #27155A; }

 a { background-color: rgb(39,21,90); }

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

<style>
 span { border-color: #27155A; }

 span { border-color: rgb(39,21,90); }

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