Html Css Color HEX #311F50 Violent Violet

📋 copy color: '#311F50'

red 49 ◦ green 31 ◦ blue 80

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

Shades of Violent Violet #311F50

Tints of Violent Violet #311F50

RGB

 RED value IS 49 (19.53% from 255) = 30.63%

 GREEN value IS 31 (12.5% from 255) = 19.38%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 30.63%
G = 19.38%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#311F50 (or 0x311F50) is known color: Violent Violet. HEX triplet: 31, 1F and 50. RGB value is (49,31,80). Sum of RGB (Red+Green+Blue) = 49+31+80=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #311F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F50 is #CEE0AF. Grayscale: #292929. Windows color (decimal): -13557936 or 5250865. OLE color: 5250865.

HSL color Cylindrical-coordinate representation of color #311F50: hue angle of 262.04º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311F50 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 31 80 -
CMYK 0.39 0.61 0 0.69
HSL 262.04º 0.44% 0.22% -
HSV(B) 262.04º 0.61% 0.31% -
XYZ 3.2 2.21 7.85 -
YUV 41.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 49 31 80 0.39 0.61 0 0.69 262.04 0.44 0.22
Hex 31 1F 50 27 3D 0 45 106 2C 16
Octal 61 37 120 47 75 0 105 406 54 26
Binary 110001 11111 1010000 100111 111101 0 1000101 100000110 101100 10110

Color Harmonies of #311F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F50

Black with #311F50

Text Example


Text Example

White with #311F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311F50; }

 p { color: rgb(49,31,80); }

 H1.HeaderClassName
 {
   color: #311F50;
 }
 .AnyTagClassName
 {
   color: #311F50;
 }
</style>

background-color css

<style>
 a { background-color: #311F50; }

 a { background-color: rgb(49,31,80); }

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

border-color css

<style>
 span { border-color: #311F50; }

 span { border-color: rgb(49,31,80); }

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