#2E234C

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

Shades of Violent Violet #2E234C

Tints of Violent Violet #2E234C

Color information

#2E234C (or 0x2E234C) is unknown color: approx Violent Violet. HEX triplet: 2E, 23 and 4C. RGB value is (46,35,76). Sum of RGB (Red+Green+Blue) = 46+35+76=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E234C is #D1DCB3. Grayscale: #2A2A2A. Windows color (decimal): -13753524 or 4989742. OLE color: 4989742.

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

Color convert

RGB463576-
CMYK0.390.5400.70
HSL256.1º36.94%21.76%-
HSV(B)256.1º53.95%29.8%-
XYZ3.032.37.12-
YUV42.96146.64130.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=29.30%
G=22.29%
B=48.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4635760.390.5400.70256.136.9421.76
Hex2E234C27360461002516
Octal5643114476601064004526
Binary10111010001110011001001111101100100011010000000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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