#351D50

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

Shades of Violent Violet #351D50

Tints of Violent Violet #351D50

Color information

#351D50 (or 0x351D50) is unknown color: approx Violent Violet. HEX triplet: 35, 1D and 50. RGB value is (53,29,80). Sum of RGB (Red+Green+Blue) = 53+29+80=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #351D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D50 is #CAE2AF. Grayscale: #292929. Windows color (decimal): -13296304 or 5250357. OLE color: 5250357.

HSL color Cylindrical-coordinate representation of color #351D50: hue angle of 268.24º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #351D50 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB532980-
CMYK0.340.6400.69
HSL268.24º46.79%21.37%-
HSV(B)268.24º63.75%31.37%-
XYZ3.362.217.84-
YUV41.99149.45135.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 29 (11.72% from 255) = 17.90%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=32.72%
G=17.90%
B=49.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5329800.340.6400.69268.2446.7921.37
Hex351D50224004510c2f15
Octal65351204210001054145725
Binary11010111101101000010001010000000100010110000110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351D50; }

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

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

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

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

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

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

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

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