#292040

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

Shades of Tolopea #292040

Tints of Tolopea #292040

Color information

#292040 (or 0x292040) is unknown color: approx Tolopea. HEX triplet: 29, 20 and 40. RGB value is (41,32,64). Sum of RGB (Red+Green+Blue) = 41+32+64=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #292040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292040 is #D6DFBF. Grayscale: #262626. Windows color (decimal): -14081984 or 4202537. OLE color: 4202537.

HSL color Cylindrical-coordinate representation of color #292040: hue angle of 256.88º 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 #292040 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB413264-
CMYK0.360.5000.75
HSL256.88º33.33%18.82%-
HSV(B)256.88º50%25.1%-
XYZ2.361.875.09-
YUV38.34142.48129.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=29.93%
G=23.36%
B=46.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4132640.360.5000.75256.8833.3318.82
Hex292040243204B1012113
Octal5140100446201134014123
Binary10100110000010000001001001100100100101110000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292040; }

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

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

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

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

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

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

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

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