#31194E

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

Shades of Violent Violet #31194E

Tints of Violent Violet #31194E

Color information

#31194E (or 0x31194E) is unknown color: approx Violent Violet. HEX triplet: 31, 19 and 4E. RGB value is (49,25,78). Sum of RGB (Red+Green+Blue) = 49+25+78=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #31194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31194E is #CEE6B1. Grayscale: #262626. Windows color (decimal): -13559474 or 5118257. OLE color: 5118257.

HSL color Cylindrical-coordinate representation of color #31194E: hue angle of 267.17º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31194E is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB492578-
CMYK0.370.6800.69
HSL267.17º51.46%20.2%-
HSV(B)267.17º67.95%30.59%-
XYZ2.991.97.42-
YUV38.22150.45135.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=32.24%
G=16.45%
B=51.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4925780.370.6800.69267.1751.4620.2
Hex31194E254404510b3314
Octal61311164510401054136324
Binary11000111001100111010010110001000100010110000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31194E; }

 p { color: rgb(49,25,78); }

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

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

 a { background-color: rgb(49,25,78); }

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

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

 span { border-color: rgb(49,25,78); }

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