#27255D

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

Shades of Paua #27255D

Tints of Paua #27255D

Color information

#27255D (or 0x27255D) is unknown color: approx Paua. HEX triplet: 27, 25 and 5D. RGB value is (39,37,93). Sum of RGB (Red+Green+Blue) = 39+37+93=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #27255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27255D is #D8DAA2. Grayscale: #2B2B2B. Windows color (decimal): -14211747 or 6104359. OLE color: 6104359.

HSL color Cylindrical-coordinate representation of color #27255D: hue angle of 242.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #27255D is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB393793-
CMYK0.580.6000.64
HSL242.14º43.08%25.49%-
HSV(B)242.14º60.22%36.47%-
XYZ3.472.5410.66-
YUV43.98155.66124.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=23.08%
G=21.89%
B=55.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3937930.580.6000.64242.1443.0825.49
Hex27255D3A3C040f22b19
Octal4745135727401003625331
Binary1001111001011011101111010111100010000001111001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27255D; }

 p { color: rgb(39,37,93); }

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

<style>
 a { background-color: #27255D; }

 a { background-color: rgb(39,37,93); }

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

<style>
 span { border-color: #27255D; }

 span { border-color: rgb(39,37,93); }

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