#272041

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

Shades of Tolopea #272041

Tints of Tolopea #272041

Color information

#272041 (or 0x272041) is unknown color: approx Tolopea. HEX triplet: 27, 20 and 41. RGB value is (39,32,65). Sum of RGB (Red+Green+Blue) = 39+32+65=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #272041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272041 is #D8DFBE. Grayscale: #252525. Windows color (decimal): -14213055 or 4268071. OLE color: 4268071.

HSL color Cylindrical-coordinate representation of color #272041: hue angle of 252.73º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272041 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB393265-
CMYK0.400.5100.75
HSL252.73º34.02%19.02%-
HSV(B)252.73º50.77%25.49%-
XYZ2.311.855.24-
YUV37.86143.32128.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.68%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=28.68%
G=23.53%
B=47.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3932650.400.5100.75252.7334.0219.02
Hex272041283304Bfd2213
Octal4740101506301133754223
Binary1001111000001000001101000110011010010111111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272041; }

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

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

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

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

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

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

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

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