#362A49

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

Shades of Violent Violet #362A49

Tints of Violent Violet #362A49

Color information

#362A49 (or 0x362A49) is unknown color: approx Violent Violet. HEX triplet: 36, 2A and 49. RGB value is (54,42,73). Sum of RGB (Red+Green+Blue) = 54+42+73=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #362A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A49 is #C9D5B6. Grayscale: #313131. Windows color (decimal): -13227447 or 4794934. OLE color: 4794934.

HSL color Cylindrical-coordinate representation of color #362A49: hue angle of 263.23º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #362A49 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB544273-
CMYK0.260.4200.71
HSL263.23º26.96%22.55%-
HSV(B)263.23º42.47%28.63%-
XYZ3.552.926.68-
YUV49.12141.48131.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=31.95%
G=24.85%
B=43.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5442730.260.4200.71263.2326.9622.55
Hex362A491A2A0471071b17
Octal6652111325201074073327
Binary110110101010100100111010101010010001111000001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A49; }

 p { color: rgb(54,42,73); }

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

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

 a { background-color: rgb(54,42,73); }

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

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

 span { border-color: rgb(54,42,73); }

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