#331B4E

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

Shades of Violent Violet #331B4E

Tints of Violent Violet #331B4E

Color information

#331B4E (or 0x331B4E) is unknown color: approx Violent Violet. HEX triplet: 33, 1B and 4E. RGB value is (51,27,78). Sum of RGB (Red+Green+Blue) = 51+27+78=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #331B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331B4E is #CCE4B1. Grayscale: #272727. Windows color (decimal): -13427890 or 5118771. OLE color: 5118771.

HSL color Cylindrical-coordinate representation of color #331B4E: hue angle of 268.24º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331B4E is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB512778-
CMYK0.350.6500.69
HSL268.24º48.57%20.59%-
HSV(B)268.24º65.38%30.59%-
XYZ3.132.047.44-
YUV39.99149.45135.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 78 (30.86% from 255) = 50%
R=32.69%
G=17.31%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5127780.350.6500.69268.2448.5720.59
Hex331B4E234104510c3115
Octal63331164310101054146125
Binary11001111011100111010001110000010100010110000110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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