Html Css Color HEX #311250 Violent Violet

📋 copy color: '#311250'

red 49 ◦ green 18 ◦ blue 80

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

Shades of Violent Violet #311250

Tints of Violent Violet #311250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 33.33%
G = 12.24%
B = 54.42%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#311250 (or 0x311250) is known color: Violent Violet. HEX triplet: 31, 12 and 50. RGB value is (49,18,80). Sum of RGB (Red+Green+Blue) = 49+18+80=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #311250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311250 is #CEEDAF. Grayscale: #222222. Windows color (decimal): -13561264 or 5247537. OLE color: 5247537.

HSL color Cylindrical-coordinate representation of color #311250: hue angle of 270º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311250 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 18 80 -
CMYK 0.39 0.78 0 0.69
HSL 270º 0.63% 0.19% -
HSV(B) 270º 0.78% 0.31% -
XYZ 2.93 1.66 7.76 -
YUV 34.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 49 18 80 0.39 0.78 0 0.69 270 0.63 0.19
Hex 31 12 50 27 4E 0 45 10E 3F 13
Octal 61 22 120 47 116 0 105 416 77 23
Binary 110001 10010 1010000 100111 1001110 0 1000101 100001110 111111 10011

Color Harmonies of #311250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311250

Black with #311250

Text Example


Text Example

White with #311250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311250; }

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

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

background-color css

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

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

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

border-color css

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

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

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