#352B47

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

Shades of Violent Violet #352B47

Tints of Violent Violet #352B47

Color information

#352B47 (or 0x352B47) is unknown color: approx Violent Violet. HEX triplet: 35, 2B and 47. RGB value is (53,43,71). Sum of RGB (Red+Green+Blue) = 53+43+71=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #352B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B47 is #CAD4B8. Grayscale: #313131. Windows color (decimal): -13292729 or 4664117. OLE color: 4664117.

HSL color Cylindrical-coordinate representation of color #352B47: hue angle of 261.43º 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 #352B47 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB534371-
CMYK0.250.3900.72
HSL261.43º24.56%22.35%-
HSV(B)261.43º39.44%27.84%-
XYZ3.472.946.35-
YUV49.18140.31130.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=31.74%
G=25.75%
B=42.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5343710.250.3900.72261.4324.5622.35
Hex352B4719270481051916
Octal6553107314701104053126
Binary110101101011100011111001100111010010001000001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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