#2E1655

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

Shades of Violent Violet #2E1655

Tints of Violent Violet #2E1655

Color information

#2E1655 (or 0x2E1655) is unknown color: approx Violent Violet. HEX triplet: 2E, 16 and 55. RGB value is (46,22,85). Sum of RGB (Red+Green+Blue) = 46+22+85=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E1655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1655 is #D1E9AA. Grayscale: #242424. Windows color (decimal): -13756843 or 5576238. OLE color: 5576238.

HSL color Cylindrical-coordinate representation of color #2E1655: hue angle of 262.86º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E1655 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB462285-
CMYK0.460.7400.67
HSL262.86º58.88%20.98%-
HSV(B)262.86º74.12%33.33%-
XYZ3.051.818.78-
YUV36.36155.45134.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=30.07%
G=14.38%
B=55.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4622850.460.7400.67262.8658.8820.98
Hex2E16552E4A0431073b15
Octal56261255611201034077325
Binary10111010110101010110111010010100100001110000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,85); }

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

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

 a { background-color: rgb(46,22,85); }

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

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

 span { border-color: rgb(46,22,85); }

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