#2E2248

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

Shades of Violent Violet #2E2248

Tints of Violent Violet #2E2248

Color information

#2E2248 (or 0x2E2248) is unknown color: approx Violent Violet. HEX triplet: 2E, 22 and 48. RGB value is (46,34,72). Sum of RGB (Red+Green+Blue) = 46+34+72=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E2248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2248 is #D1DDB7. Grayscale: #292929. Windows color (decimal): -13753784 or 4727342. OLE color: 4727342.

HSL color Cylindrical-coordinate representation of color #2E2248: hue angle of 258.95º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E2248 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB463472-
CMYK0.360.5300.72
HSL258.95º35.85%20.78%-
HSV(B)258.95º52.78%28.24%-
XYZ2.872.196.4-
YUV41.92144.98130.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.26%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=30.26%
G=22.37%
B=47.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4634720.360.5300.72258.9535.8520.78
Hex2E224824350481032415
Octal5642110446501104034425
Binary10111010001010010001001001101010100100010000001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,72); }

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

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

 a { background-color: rgb(46,34,72); }

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

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

 span { border-color: rgb(46,34,72); }

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