#352749

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

Shades of Violent Violet #352749

Tints of Violent Violet #352749

Color information

#352749 (or 0x352749) is unknown color: approx Violent Violet. HEX triplet: 35, 27 and 49. RGB value is (53,39,73). Sum of RGB (Red+Green+Blue) = 53+39+73=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #352749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352749 is #CAD8B6. Grayscale: #2E2E2E. Windows color (decimal): -13293751 or 4794165. OLE color: 4794165.

HSL color Cylindrical-coordinate representation of color #352749: hue angle of 264.71º 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 #352749 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB533973-
CMYK0.270.4700.71
HSL264.71º30.36%21.96%-
HSV(B)264.71º46.58%28.63%-
XYZ3.42.696.64-
YUV47.06142.64132.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=32.12%
G=23.64%
B=44.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5339730.270.4700.71264.7130.3621.96
Hex3527491B2F0471091e16
Octal6547111335701074113626
Binary110101100111100100111011101111010001111000010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352749; }

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

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

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

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

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

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

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

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