#331B51

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

Shades of Violent Violet #331B51

Tints of Violent Violet #331B51

Color information

#331B51 (or 0x331B51) is unknown color: approx Violent Violet. HEX triplet: 33, 1B and 51. RGB value is (51,27,81). Sum of RGB (Red+Green+Blue) = 51+27+81=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #331B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B51 is #CCE4AE. Grayscale: #282828. Windows color (decimal): -13427887 or 5315379. OLE color: 5315379.

HSL color Cylindrical-coordinate representation of color #331B51: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331B51 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB512781-
CMYK0.370.6700.68
HSL266.67º50%21.18%-
HSV(B)266.67º66.67%31.76%-
XYZ3.242.088.02-
YUV40.33150.95135.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=32.08%
G=16.98%
B=50.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5127810.370.6700.68266.675021.18
Hex331B51254304410b3215
Octal63331214510301044136225
Binary11001111011101000110010110000110100010010000101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331B51; }

 p { color: rgb(51,27,81); }

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

<style>
 a { background-color: #331B51; }

 a { background-color: rgb(51,27,81); }

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

<style>
 span { border-color: #331B51; }

 span { border-color: rgb(51,27,81); }

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