#2E264C

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

Shades of Violent Violet #2E264C

Tints of Violent Violet #2E264C

Color information

#2E264C (or 0x2E264C) is unknown color: approx Violent Violet. HEX triplet: 2E, 26 and 4C. RGB value is (46,38,76). Sum of RGB (Red+Green+Blue) = 46+38+76=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E264C is #D1D9B3. Grayscale: #2C2C2C. Windows color (decimal): -13752756 or 4990510. OLE color: 4990510.

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

Color convert

RGB463876-
CMYK0.390.500.70
HSL252.63º33.33%22.35%-
HSV(B)252.63º50%29.8%-
XYZ3.122.497.15-
YUV44.72145.65128.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=28.75%
G=23.75%
B=47.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4638760.390.500.70252.6333.3322.35
Hex2E264C2732046fd2116
Octal5646114476201063754126
Binary1011101001101001100100111110010010001101111110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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