#362949

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

Shades of Violent Violet #362949

Tints of Violent Violet #362949

Color information

#362949 (or 0x362949) is unknown color: approx Violent Violet. HEX triplet: 36, 29 and 49. RGB value is (54,41,73). Sum of RGB (Red+Green+Blue) = 54+41+73=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #362949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362949 is #C9D6B6. Grayscale: #303030. Windows color (decimal): -13227703 or 4794678. OLE color: 4794678.

HSL color Cylindrical-coordinate representation of color #362949: hue angle of 264.38º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362949 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB544173-
CMYK0.260.4400.71
HSL264.38º28.07%22.35%-
HSV(B)264.38º43.84%28.63%-
XYZ3.522.856.67-
YUV48.54141.81131.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=32.14%
G=24.40%
B=43.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5441730.260.4400.71264.3828.0722.35
Hex3629491A2C0471081c16
Octal6651111325401074103426
Binary110110101001100100111010101100010001111000010001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362949; }

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

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

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

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

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

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

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

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