#2E1451

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

Shades of Violent Violet #2E1451

Tints of Violent Violet #2E1451

Color information

#2E1451 (or 0x2E1451) is unknown color: approx Violent Violet. HEX triplet: 2E, 14 and 51. RGB value is (46,20,81). Sum of RGB (Red+Green+Blue) = 46+20+81=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1451 is #D1EBAE. Grayscale: #222222. Windows color (decimal): -13757359 or 5313582. OLE color: 5313582.

HSL color Cylindrical-coordinate representation of color #2E1451: hue angle of 265.57º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E1451 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB462081-
CMYK0.430.7500.68
HSL265.57º60.4%19.8%-
HSV(B)265.57º75.31%31.76%-
XYZ2.861.687.96-
YUV34.73154.11136.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.29%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=31.29%
G=13.61%
B=55.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4620810.430.7500.68265.5760.419.8
Hex2E14512B4B04410a3c14
Octal56241215311301044127424
Binary10111010100101000110101110010110100010010000101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,20,81); }

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

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

 a { background-color: rgb(46,20,81); }

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

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

 span { border-color: rgb(46,20,81); }

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