#27265D

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

Shades of Paua #27265D

Tints of Paua #27265D

Color information

#27265D (or 0x27265D) is unknown color: approx Paua. HEX triplet: 27, 26 and 5D. RGB value is (39,38,93). Sum of RGB (Red+Green+Blue) = 39+38+93=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #27265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27265D is #D8D9A2. Grayscale: #2C2C2C. Windows color (decimal): -14211491 or 6104615. OLE color: 6104615.

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

Color convert

RGB393893-
CMYK0.580.5900.64
HSL241.09º41.98%25.69%-
HSV(B)241.09º59.14%36.47%-
XYZ3.512.6110.67-
YUV44.57155.33124.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=22.94%
G=22.35%
B=54.71%

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
Decimal3938930.580.5900.64241.0941.9825.69
Hex27265D3A3B040f12a1a
Octal4746135727301003615232
Binary1001111001101011101111010111011010000001111000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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