#352251

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

Shades of Violent Violet #352251

Tints of Violent Violet #352251

Color information

#352251 (or 0x352251) is unknown color: approx Violent Violet. HEX triplet: 35, 22 and 51. RGB value is (53,34,81). Sum of RGB (Red+Green+Blue) = 53+34+81=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #352251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352251 is #CADDAE. Grayscale: #2C2C2C. Windows color (decimal): -13295023 or 5317173. OLE color: 5317173.

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

Color convert

RGB533481-
CMYK0.350.5800.68
HSL264.26º40.87%22.55%-
HSV(B)264.26º58.02%31.76%-
XYZ3.532.58.08-
YUV45.04148.29133.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 81 (32.03% from 255) = 48.21%
R=31.55%
G=20.24%
B=48.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5334810.350.5800.68264.2640.8722.55
Hex352251233A0441082917
Octal6542121437201044105127
Binary11010110001010100011000111110100100010010000100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352251; }

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

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

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

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

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

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

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

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