#272655

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

Shades of Paua #272655

Tints of Paua #272655

Color information

#272655 (or 0x272655) is unknown color: approx Paua. HEX triplet: 27, 26 and 55. RGB value is (39,38,85). Sum of RGB (Red+Green+Blue) = 39+38+85=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #272655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272655 is #D8D9AA. Grayscale: #2B2B2B. Windows color (decimal): -14211499 or 5580327. OLE color: 5580327.

HSL color Cylindrical-coordinate representation of color #272655: hue angle of 241.28º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #272655 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB393885-
CMYK0.540.5500.67
HSL241.28º38.21%24.12%-
HSV(B)241.28º55.29%33.33%-
XYZ3.172.478.9-
YUV43.66151.33124.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 85 (33.59% from 255) = 52.47%
R=24.07%
G=23.46%
B=52.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3938850.540.5500.67241.2838.2124.12
Hex2726553637043f12618
Octal4746125666701033614630
Binary1001111001101010101110110110111010000111111000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272655; }

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

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

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

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

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

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

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

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