#2E1150

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

Shades of Violent Violet #2E1150

Tints of Violent Violet #2E1150

Color information

#2E1150 (or 0x2E1150) is unknown color: approx Violent Violet. HEX triplet: 2E, 11 and 50. RGB value is (46,17,80). Sum of RGB (Red+Green+Blue) = 46+17+80=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E1150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1150 is #D1EEAF. Grayscale: #202020. Windows color (decimal): -13758128 or 5247278. OLE color: 5247278.

HSL color Cylindrical-coordinate representation of color #2E1150: hue angle of 267.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E1150 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB461780-
CMYK0.420.7900.69
HSL267.62º64.95%19.02%-
HSV(B)267.62º78.75%31.37%-
XYZ2.781.567.74-
YUV32.85154.61137.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.17%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=32.17%
G=11.89%
B=55.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4617800.420.7900.69267.6264.9519.02
Hex2E11502A4F04510c4113
Octal562112052117010541410123
Binary101110100011010000101010100111101000101100001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,80); }

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

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

 a { background-color: rgb(46,17,80); }

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

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

 span { border-color: rgb(46,17,80); }

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