#2E264A

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

Shades of Violent Violet #2E264A

Tints of Violent Violet #2E264A

Color information

#2E264A (or 0x2E264A) is unknown color: approx Violent Violet. HEX triplet: 2E, 26 and 4A. RGB value is (46,38,74). Sum of RGB (Red+Green+Blue) = 46+38+74=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E264A is #D1D9B5. Grayscale: #2C2C2C. Windows color (decimal): -13752758 or 4859438. OLE color: 4859438.

HSL color Cylindrical-coordinate representation of color #2E264A: hue angle of 253.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E264A is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB463874-
CMYK0.380.4900.71
HSL253.33º32.14%21.96%-
HSV(B)253.33º48.65%29.02%-
XYZ3.062.466.79-
YUV44.5144.65129.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=29.11%
G=24.05%
B=46.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4638740.380.4900.71253.3332.1421.96
Hex2E264A2631047fd2016
Octal5646112466101073754026
Binary1011101001101001010100110110001010001111111110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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