#2E214E

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

Shades of Violent Violet #2E214E

Tints of Violent Violet #2E214E

Color information

#2E214E (or 0x2E214E) is unknown color: approx Violent Violet. HEX triplet: 2E, 21 and 4E. RGB value is (46,33,78). Sum of RGB (Red+Green+Blue) = 46+33+78=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E214E is #D1DEB1. Grayscale: #292929. Windows color (decimal): -13754034 or 5120302. OLE color: 5120302.

HSL color Cylindrical-coordinate representation of color #2E214E: hue angle of 257.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E214E is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB463378-
CMYK0.410.5800.69
HSL257.33º40.54%21.76%-
HSV(B)257.33º57.69%30.59%-
XYZ3.052.227.48-
YUV42.02148.31130.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=29.30%
G=21.02%
B=49.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4633780.410.5800.69257.3340.5421.76
Hex2E214E293A0451012916
Octal5641116517201054015126
Binary10111010000110011101010011110100100010110000000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E214E; }

 p { color: rgb(46,33,78); }

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

<style>
 a { background-color: #2E214E; }

 a { background-color: rgb(46,33,78); }

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

<style>
 span { border-color: #2E214E; }

 span { border-color: rgb(46,33,78); }

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