#351E50

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

Shades of Violent Violet #351E50

Tints of Violent Violet #351E50

Color information

#351E50 (or 0x351E50) is unknown color: approx Violent Violet. HEX triplet: 35, 1E and 50. RGB value is (53,30,80). Sum of RGB (Red+Green+Blue) = 53+30+80=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #351E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E50 is #CAE1AF. Grayscale: #2A2A2A. Windows color (decimal): -13296048 or 5250613. OLE color: 5250613.

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

Color convert

RGB533080-
CMYK0.340.6200.69
HSL267.6º45.45%21.57%-
HSV(B)267.6º62.5%31.37%-
XYZ3.382.267.85-
YUV42.58149.12135.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=32.52%
G=18.40%
B=49.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5330800.340.6200.69267.645.4521.57
Hex351E50223E04510c2d16
Octal6536120427601054145526
Binary1101011111010100001000101111100100010110000110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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