#27215C

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

Shades of Paua #27215C

Tints of Paua #27215C

Color information

#27215C (or 0x27215C) is unknown color: approx Paua. HEX triplet: 27, 21 and 5C. RGB value is (39,33,92). Sum of RGB (Red+Green+Blue) = 39+33+92=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #27215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27215C is #D8DEA3. Grayscale: #292929. Windows color (decimal): -14212772 or 6037799. OLE color: 6037799.

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

Color convert

RGB393392-
CMYK0.580.6400.64
HSL246.1º47.2%24.51%-
HSV(B)246.1º64.13%36.08%-
XYZ3.312.2910.39-
YUV41.52156.49126.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=23.78%
G=20.12%
B=56.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3933920.580.6400.64246.147.224.51
Hex27215C3A40040f62f19
Octal47411347210001003665731
Binary10011110000110111001110101000000010000001111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27215C; }

 p { color: rgb(39,33,92); }

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

<style>
 a { background-color: #27215C; }

 a { background-color: rgb(39,33,92); }

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

<style>
 span { border-color: #27215C; }

 span { border-color: rgb(39,33,92); }

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