#27265C

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

Shades of Paua #27265C

Tints of Paua #27265C

Color information

#27265C (or 0x27265C) is unknown color: approx Paua. HEX triplet: 27, 26 and 5C. RGB value is (39,38,92). Sum of RGB (Red+Green+Blue) = 39+38+92=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #27265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27265C is #D8D9A3. Grayscale: #2C2C2C. Windows color (decimal): -14211492 or 6039079. OLE color: 6039079.

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

Color convert

RGB393892-
CMYK0.580.5900.64
HSL241.11º41.54%25.49%-
HSV(B)241.11º58.7%36.08%-
XYZ3.462.5910.44-
YUV44.46154.83124.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=23.08%
G=22.49%
B=54.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3938920.580.5900.64241.1141.5425.49
Hex27265C3A3B040f12a19
Octal4746134727301003615231
Binary1001111001101011100111010111011010000001111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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