#351F4F

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

Shades of Violent Violet #351F4F

Tints of Violent Violet #351F4F

Color information

#351F4F (or 0x351F4F) is unknown color: approx Violent Violet. HEX triplet: 35, 1F and 4F. RGB value is (53,31,79). Sum of RGB (Red+Green+Blue) = 53+31+79=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #351F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F4F is #CAE0B0. Grayscale: #2A2A2A. Windows color (decimal): -13295793 or 5185333. OLE color: 5185333.

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

Color convert

RGB533179-
CMYK0.330.6100.69
HSL267.5º43.64%21.57%-
HSV(B)267.5º60.76%30.98%-
XYZ3.372.37.66-
YUV43.05148.29135.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=32.52%
G=19.02%
B=48.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5331790.330.6100.69267.543.6421.57
Hex351F4F213D04510c2c16
Octal6537117417501054145426
Binary1101011111110011111000011111010100010110000110010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,31,79); }

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

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

 a { background-color: rgb(53,31,79); }

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

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

 span { border-color: rgb(53,31,79); }

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