#351B50

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

Shades of Violent Violet #351B50

Tints of Violent Violet #351B50

Color information

#351B50 (or 0x351B50) is unknown color: approx Violent Violet. HEX triplet: 35, 1B and 50. RGB value is (53,27,80). Sum of RGB (Red+Green+Blue) = 53+27+80=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #351B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B50 is #CAE4AF. Grayscale: #282828. Windows color (decimal): -13296816 or 5249845. OLE color: 5249845.

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

Color convert

RGB532780-
CMYK0.340.6600.69
HSL269.43º49.53%20.98%-
HSV(B)269.43º66.25%31.37%-
XYZ3.312.127.82-
YUV40.82150.11136.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 80 (31.64% from 255) = 50%
R=33.12%
G=16.88%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5327800.340.6600.69269.4349.5320.98
Hex351B50224204510d3215
Octal65331204210201054156225
Binary11010111011101000010001010000100100010110000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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