#2E204F

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

Shades of Violent Violet #2E204F

Tints of Violent Violet #2E204F

Color information

#2E204F (or 0x2E204F) is unknown color: approx Violent Violet. HEX triplet: 2E, 20 and 4F. RGB value is (46,32,79). Sum of RGB (Red+Green+Blue) = 46+32+79=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E204F is #D1DFB0. Grayscale: #292929. Windows color (decimal): -13754289 or 5185582. OLE color: 5185582.

HSL color Cylindrical-coordinate representation of color #2E204F: hue angle of 257.87º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E204F is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB463279-
CMYK0.420.5900.69
HSL257.87º42.34%21.76%-
HSV(B)257.87º59.49%30.98%-
XYZ3.052.187.66-
YUV41.54149.14131.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=29.30%
G=20.38%
B=50.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4632790.420.5900.69257.8742.3421.76
Hex2E204F2A3B0451022a16
Octal5640117527301054025226
Binary10111010000010011111010101110110100010110000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,79); }

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

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

 a { background-color: rgb(46,32,79); }

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

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

 span { border-color: rgb(46,32,79); }

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