#352151

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

Shades of Violent Violet #352151

Tints of Violent Violet #352151

Color information

#352151 (or 0x352151) is unknown color: approx Violent Violet. HEX triplet: 35, 21 and 51. RGB value is (53,33,81). Sum of RGB (Red+Green+Blue) = 53+33+81=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #352151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352151 is #CADEAE. Grayscale: #2C2C2C. Windows color (decimal): -13295279 or 5316917. OLE color: 5316917.

HSL color Cylindrical-coordinate representation of color #352151: hue angle of 265º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352151 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB533381-
CMYK0.350.5900.68
HSL265º42.11%22.35%-
HSV(B)265º59.26%31.76%-
XYZ3.52.448.07-
YUV44.45148.63134.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=31.74%
G=19.76%
B=48.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5333810.350.5900.6826542.1122.35
Hex352151233B0441092a16
Octal6541121437301044115226
Binary11010110000110100011000111110110100010010000100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352151; }

 p { color: rgb(53,33,81); }

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

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

 a { background-color: rgb(53,33,81); }

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

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

 span { border-color: rgb(53,33,81); }

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