#352449

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

Shades of Violent Violet #352449

Tints of Violent Violet #352449

Color information

#352449 (or 0x352449) is unknown color: approx Violent Violet. HEX triplet: 35, 24 and 49. RGB value is (53,36,73). Sum of RGB (Red+Green+Blue) = 53+36+73=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #352449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352449 is #CADBB6. Grayscale: #2D2D2D. Windows color (decimal): -13294519 or 4793397. OLE color: 4793397.

HSL color Cylindrical-coordinate representation of color #352449: hue angle of 267.57º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352449 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB533673-
CMYK0.270.5100.71
HSL267.57º33.94%21.37%-
HSV(B)267.57º50.68%28.63%-
XYZ3.32.56.61-
YUV45.3143.63133.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=32.72%
G=22.22%
B=45.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5336730.270.5100.71267.5733.9421.37
Hex3524491B3304710c2215
Octal6544111336301074144225
Binary1101011001001001001110111100110100011110000110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352449; }

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

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

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

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

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

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

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

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