#2E1651

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

Shades of Violent Violet #2E1651

Tints of Violent Violet #2E1651

Color information

#2E1651 (or 0x2E1651) is unknown color: approx Violent Violet. HEX triplet: 2E, 16 and 51. RGB value is (46,22,81). Sum of RGB (Red+Green+Blue) = 46+22+81=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E1651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1651 is #D1E9AE. Grayscale: #232323. Windows color (decimal): -13756847 or 5314094. OLE color: 5314094.

HSL color Cylindrical-coordinate representation of color #2E1651: hue angle of 264.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E1651 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB462281-
CMYK0.430.7300.68
HSL264.41º57.28%20.2%-
HSV(B)264.41º72.84%31.76%-
XYZ2.91.757.97-
YUV35.9153.45135.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.87%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=30.87%
G=14.77%
B=54.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4622810.430.7300.68264.4157.2820.2
Hex2E16512B490441083914
Octal56261215311101044107124
Binary10111010110101000110101110010010100010010000100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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