#2E124D

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

Shades of Violent Violet #2E124D

Tints of Violent Violet #2E124D

Color information

#2E124D (or 0x2E124D) is unknown color: approx Violent Violet. HEX triplet: 2E, 12 and 4D. RGB value is (46,18,77). Sum of RGB (Red+Green+Blue) = 46+18+77=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E124D is #D1EDB2. Grayscale: #202020. Windows color (decimal): -13757875 or 5050926. OLE color: 5050926.

HSL color Cylindrical-coordinate representation of color #2E124D: hue angle of 268.47º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E124D is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB461877-
CMYK0.400.7700.70
HSL268.47º62.11%18.63%-
HSV(B)268.47º76.62%30.2%-
XYZ2.681.557.18-
YUV33.1152.78137.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=32.62%
G=12.77%
B=54.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4618770.400.7700.70268.4762.1118.63
Hex2E124D284D04610c3e13
Octal56221155011501064147623
Binary10111010010100110110100010011010100011010000110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,18,77); }

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

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

 a { background-color: rgb(46,18,77); }

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

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

 span { border-color: rgb(46,18,77); }

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