#351B4F

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

Shades of Violent Violet #351B4F

Tints of Violent Violet #351B4F

Color information

#351B4F (or 0x351B4F) is unknown color: approx Violent Violet. HEX triplet: 35, 1B and 4F. RGB value is (53,27,79). Sum of RGB (Red+Green+Blue) = 53+27+79=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #351B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B4F is #CAE4B0. Grayscale: #282828. Windows color (decimal): -13296817 or 5184309. OLE color: 5184309.

HSL color Cylindrical-coordinate representation of color #351B4F: hue angle of 270º degrees, saturation: 0.49, 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 #351B4F is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB532779-
CMYK0.330.6600.69
HSL270º49.06%20.78%-
HSV(B)270º65.82%30.98%-
XYZ3.272.117.63-
YUV40.7149.61136.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=33.33%
G=16.98%
B=49.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5327790.330.6600.6927049.0620.78
Hex351B4F214204510e3115
Octal65331174110201054166125
Binary11010111011100111110000110000100100010110000111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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