#27215D

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

Shades of Paua #27215D

Tints of Paua #27215D

Color information

#27215D (or 0x27215D) is unknown color: approx Paua. HEX triplet: 27, 21 and 5D. RGB value is (39,33,93). Sum of RGB (Red+Green+Blue) = 39+33+93=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #27215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27215D is #D8DEA2. Grayscale: #292929. Windows color (decimal): -14212771 or 6103335. OLE color: 6103335.

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

Color convert

RGB393393-
CMYK0.580.6500.64
HSL246º47.62%24.71%-
HSV(B)246º64.52%36.47%-
XYZ3.362.3110.62-
YUV41.63156.99126.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=23.64%
G=20%
B=56.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3933930.580.6500.6424647.6224.71
Hex27215D3A41040f63019
Octal47411357210101003666031
Binary10011110000110111011110101000001010000001111011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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