#351750

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

Shades of Violent Violet #351750

Tints of Violent Violet #351750

Color information

#351750 (or 0x351750) is unknown color: approx Violent Violet. HEX triplet: 35, 17 and 50. RGB value is (53,23,80). Sum of RGB (Red+Green+Blue) = 53+23+80=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #351750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351750 is #CAE8AF. Grayscale: #262626. Windows color (decimal): -13297840 or 5248821. OLE color: 5248821.

HSL color Cylindrical-coordinate representation of color #351750: hue angle of 271.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #351750 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB532380-
CMYK0.340.7100.69
HSL271.58º55.34%20.2%-
HSV(B)271.58º71.25%31.37%-
XYZ3.221.957.8-
YUV38.47151.44138.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=33.97%
G=14.74%
B=51.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5323800.340.7100.69271.5855.3420.2
Hex35175022470451103714
Octal65271204210701054206724
Binary11010110111101000010001010001110100010110001000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351750; }

 p { color: rgb(53,23,80); }

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

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

 a { background-color: rgb(53,23,80); }

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

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

 span { border-color: rgb(53,23,80); }

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