#2E244C

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

Shades of Violent Violet #2E244C

Tints of Violent Violet #2E244C

Color information

#2E244C (or 0x2E244C) is unknown color: approx Violent Violet. HEX triplet: 2E, 24 and 4C. RGB value is (46,36,76). Sum of RGB (Red+Green+Blue) = 46+36+76=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E244C is #D1DBB3. Grayscale: #2B2B2B. Windows color (decimal): -13753268 or 4989998. OLE color: 4989998.

HSL color Cylindrical-coordinate representation of color #2E244C: hue angle of 255º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E244C is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB463676-
CMYK0.390.5300.70
HSL255º35.71%21.96%-
HSV(B)255º52.63%29.8%-
XYZ3.062.367.13-
YUV43.55146.31129.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=29.11%
G=22.78%
B=48.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4636760.390.5300.7025535.7121.96
Hex2E244C2735046ff2416
Octal5644114476501063774426
Binary1011101001001001100100111110101010001101111111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,76); }

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

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

 a { background-color: rgb(46,36,76); }

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

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

 span { border-color: rgb(46,36,76); }

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