#2E204C

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

Shades of Violent Violet #2E204C

Tints of Violent Violet #2E204C

Color information

#2E204C (or 0x2E204C) is unknown color: approx Violent Violet. HEX triplet: 2E, 20 and 4C. RGB value is (46,32,76). Sum of RGB (Red+Green+Blue) = 46+32+76=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E204C is #D1DFB3. Grayscale: #292929. Windows color (decimal): -13754292 or 4988974. OLE color: 4988974.

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

Color convert

RGB463276-
CMYK0.390.5800.70
HSL259.09º40.74%21.18%-
HSV(B)259.09º57.89%29.8%-
XYZ2.952.147.09-
YUV41.2147.64131.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.87%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=29.87%
G=20.78%
B=49.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4632760.390.5800.70259.0940.7421.18
Hex2E204C273A0461032915
Octal5640114477201064035125
Binary10111010000010011001001111110100100011010000001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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