#362B47

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

Shades of Violent Violet #362B47

Tints of Violent Violet #362B47

Color information

#362B47 (or 0x362B47) is unknown color: approx Violent Violet. HEX triplet: 36, 2B and 47. RGB value is (54,43,71). Sum of RGB (Red+Green+Blue) = 54+43+71=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #362B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B47 is #C9D4B8. Grayscale: #313131. Windows color (decimal): -13227193 or 4664118. OLE color: 4664118.

HSL color Cylindrical-coordinate representation of color #362B47: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362B47 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB544371-
CMYK0.240.3900.72
HSL263.57º24.56%22.35%-
HSV(B)263.57º39.44%27.84%-
XYZ3.522.976.35-
YUV49.48140.14131.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=32.14%
G=25.60%
B=42.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5443710.240.3900.72263.5724.5622.35
Hex362B4718270481081916
Octal6653107304701104103126
Binary110110101011100011111000100111010010001000010001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,71); }

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

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

 a { background-color: rgb(54,43,71); }

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

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

 span { border-color: rgb(54,43,71); }

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