#2E114F

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

Shades of Violent Violet #2E114F

Tints of Violent Violet #2E114F

Color information

#2E114F (or 0x2E114F) is unknown color: approx Violent Violet. HEX triplet: 2E, 11 and 4F. RGB value is (46,17,79). Sum of RGB (Red+Green+Blue) = 46+17+79=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E114F is #D1EEB0. Grayscale: #202020. Windows color (decimal): -13758129 or 5181742. OLE color: 5181742.

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

Color convert

RGB461779-
CMYK0.420.7800.69
HSL268.06º64.58%18.82%-
HSV(B)268.06º78.48%30.98%-
XYZ2.741.557.55-
YUV32.74154.11137.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=32.39%
G=11.97%
B=55.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4617790.420.7800.69268.0664.5818.82
Hex2E114F2A4E04510c4113
Octal562111752116010541410123
Binary101110100011001111101010100111001000101100001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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