Html Css Color HEX #2E1949 Violent Violet

📋 copy color: '#2E1949'

red 46 ◦ green 25 ◦ blue 73

#2E1949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #2E1949

Tints of Violent Violet #2E1949

RGB

 RED value IS 46 (18.36% from 255) = 31.94%

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 73 (28.91% from 255) = 50.69%

R = 31.94%
G = 17.36%
B = 50.69%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E1949 (or 0x2E1949) is known color: Violent Violet. HEX triplet: 2E, 19 and 49. RGB value is (46,25,73). Sum of RGB (Red+Green+Blue) = 46+25+73=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E1949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1949 is #D1E6B6. Grayscale: #242424. Windows color (decimal): -13756087 or 4790574. OLE color: 4790574.

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

Color convert

RGB 46 25 73 -
CMYK 0.37 0.66 0 0.71
HSL 266.25º 0.49% 0.19% -
HSV(B) 266.25º 0.66% 0.29% -
XYZ 2.68 1.76 6.5 -
YUV 36.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 46 25 73 0.37 0.66 0 0.71 266.25 0.49 0.19
Hex 2E 19 49 25 42 0 47 10A 31 13
Octal 56 31 111 45 102 0 107 412 61 23
Binary 101110 11001 1001001 100101 1000010 0 1000111 100001010 110001 10011

Color Harmonies of #2E1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1949

Black with #2E1949

Text Example


Text Example

White with #2E1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,25,73); }

 H1.HeaderClassName
 {
   color: #2E1949;
 }
 .AnyTagClassName
 {
   color: #2E1949;
 }
</style>

background-color css

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

 a { background-color: rgb(46,25,73); }

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

border-color css

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

 span { border-color: rgb(46,25,73); }

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