#2E194D

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

Shades of Violent Violet #2E194D

Tints of Violent Violet #2E194D

Color information

#2E194D (or 0x2E194D) is unknown color: approx Violent Violet. HEX triplet: 2E, 19 and 4D. RGB value is (46,25,77). Sum of RGB (Red+Green+Blue) = 46+25+77=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E194D is #D1E6B2. Grayscale: #252525. Windows color (decimal): -13756083 or 5052718. OLE color: 5052718.

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

Color convert

RGB462577-
CMYK0.400.6800.70
HSL264.23º50.98%20%-
HSV(B)264.23º67.53%30.2%-
XYZ2.811.817.22-
YUV37.21150.46134.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.08%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=31.08%
G=16.89%
B=52.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4625770.400.6800.70264.2350.9820
Hex2E194D28440461083314
Octal56311155010401064106324
Binary10111011001100110110100010001000100011010000100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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