#362749

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

Shades of Violent Violet #362749

Tints of Violent Violet #362749

Color information

#362749 (or 0x362749) is unknown color: approx Violent Violet. HEX triplet: 36, 27 and 49. RGB value is (54,39,73). Sum of RGB (Red+Green+Blue) = 54+39+73=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #362749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362749 is #C9D8B6. Grayscale: #2F2F2F. Windows color (decimal): -13228215 or 4794166. OLE color: 4794166.

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

Color convert

RGB543973-
CMYK0.260.4700.71
HSL266.47º30.36%21.96%-
HSV(B)266.47º46.58%28.63%-
XYZ3.452.726.65-
YUV47.36142.47132.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=32.53%
G=23.49%
B=43.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5439730.260.4700.71266.4730.3621.96
Hex3627491A2F04710a1e16
Octal6647111325701074123626
Binary110110100111100100111010101111010001111000010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362749; }

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

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

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

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

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

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

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

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