Html Css Color HEX #2E174D Violent Violet

📋 copy color: '#2E174D'

red 46 ◦ green 23 ◦ blue 77

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

Shades of Violent Violet #2E174D

Tints of Violent Violet #2E174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

 BLUE value IS 77 (30.47% from 255) = 52.74%

R = 31.51%
G = 15.75%
B = 52.74%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E174D (or 0x2E174D) is known color: Violent Violet. HEX triplet: 2E, 17 and 4D. RGB value is (46,23,77). Sum of RGB (Red+Green+Blue) = 46+23+77=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E174D is #D1E8B2. Grayscale: #232323. Windows color (decimal): -13756595 or 5052206. OLE color: 5052206.

HSL color Cylindrical-coordinate representation of color #2E174D: hue angle of 265.56º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E174D is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 23 77 -
CMYK 0.40 0.70 0 0.70
HSL 265.56º 0.54% 0.2% -
HSV(B) 265.56º 0.7% 0.3% -
XYZ 2.77 1.73 7.21 -
YUV 36.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 46 23 77 0.40 0.70 0 0.70 265.56 0.54 0.2
Hex 2E 17 4D 28 46 0 46 10A 36 14
Octal 56 27 115 50 106 0 106 412 66 24
Binary 101110 10111 1001101 101000 1000110 0 1000110 100001010 110110 10100

Color Harmonies of #2E174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E174D

Black with #2E174D

Text Example


Text Example

White with #2E174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,23,77); }

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

background-color css

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

 a { background-color: rgb(46,23,77); }

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

border-color css

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

 span { border-color: rgb(46,23,77); }

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