#272040

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

Shades of Tolopea #272040

Tints of Tolopea #272040

Color information

#272040 (or 0x272040) is unknown color: approx Tolopea. HEX triplet: 27, 20 and 40. RGB value is (39,32,64). Sum of RGB (Red+Green+Blue) = 39+32+64=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #272040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272040 is #D8DFBF. Grayscale: #252525. Windows color (decimal): -14213056 or 4202535. OLE color: 4202535.

HSL color Cylindrical-coordinate representation of color #272040: hue angle of 253.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272040 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB393264-
CMYK0.390.5000.75
HSL253.12º33.33%18.82%-
HSV(B)253.12º50%25.1%-
XYZ2.281.835.08-
YUV37.74142.82128.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.89%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=28.89%
G=23.70%
B=47.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3932640.390.5000.75253.1233.3318.82
Hex272040273204Bfd2113
Octal4740100476201133754123
Binary1001111000001000000100111110010010010111111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272040; }

 p { color: rgb(39,32,64); }

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

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

 a { background-color: rgb(39,32,64); }

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

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

 span { border-color: rgb(39,32,64); }

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