#2E1F4C

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

Shades of Violent Violet #2E1F4C

Tints of Violent Violet #2E1F4C

Color information

#2E1F4C (or 0x2E1F4C) is unknown color: approx Violent Violet. HEX triplet: 2E, 1F and 4C. RGB value is (46,31,76). Sum of RGB (Red+Green+Blue) = 46+31+76=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E1F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1F4C is #D1E0B3. Grayscale: #282828. Windows color (decimal): -13754548 or 4988718. OLE color: 4988718.

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

Color convert

RGB463176-
CMYK0.390.5900.70
HSL260º42.06%20.98%-
HSV(B)260º59.21%29.8%-
XYZ2.922.087.09-
YUV40.62147.97131.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 76 (30.08% from 255) = 49.67%
R=30.07%
G=20.26%
B=49.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4631760.390.5900.7026042.0620.98
Hex2E1F4C273B0461042a15
Octal5637114477301064045225
Binary1011101111110011001001111110110100011010000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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