#292048

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

Shades of Violent Violet #292048

Tints of Violent Violet #292048

Color information

#292048 (or 0x292048) is unknown color: approx Violent Violet. HEX triplet: 29, 20 and 48. RGB value is (41,32,72). Sum of RGB (Red+Green+Blue) = 41+32+72=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #292048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292048 is #D6DFB7. Grayscale: #272727. Windows color (decimal): -14081976 or 4726825. OLE color: 4726825.

HSL color Cylindrical-coordinate representation of color #292048: hue angle of 253.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292048 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB413272-
CMYK0.430.5600.72
HSL253.5º38.46%20.39%-
HSV(B)253.5º55.56%28.24%-
XYZ2.61.976.37-
YUV39.25146.48129.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=28.28%
G=22.07%
B=49.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4132720.430.5600.72253.538.4620.39
Hex2920482B38048fe2614
Octal5140110537001103764624
Binary1010011000001001000101011111000010010001111111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292048; }

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

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

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

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

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

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

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

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