#331F4A

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

Shades of Violent Violet #331F4A

Tints of Violent Violet #331F4A

Color information

#331F4A (or 0x331F4A) is unknown color: approx Violent Violet. HEX triplet: 33, 1F and 4A. RGB value is (51,31,74). Sum of RGB (Red+Green+Blue) = 51+31+74=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #331F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F4A is #CCE0B5. Grayscale: #292929. Windows color (decimal): -13426870 or 4857651. OLE color: 4857651.

HSL color Cylindrical-coordinate representation of color #331F4A: hue angle of 267.91º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #331F4A is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB513174-
CMYK0.310.5800.71
HSL267.91º40.95%20.59%-
HSV(B)267.91º58.11%29.02%-
XYZ3.092.186.74-
YUV41.88146.13134.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=32.69%
G=19.87%
B=47.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5131740.310.5800.71267.9140.9520.59
Hex331F4A1F3A04710c2915
Octal6337112377201074145125
Binary110011111111001010111111110100100011110000110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,31,74); }

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

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

 a { background-color: rgb(51,31,74); }

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

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

 span { border-color: rgb(51,31,74); }

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