#31184D

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

Shades of Violent Violet #31184D

Tints of Violent Violet #31184D

Color information

#31184D (or 0x31184D) is unknown color: approx Violent Violet. HEX triplet: 31, 18 and 4D. RGB value is (49,24,77). Sum of RGB (Red+Green+Blue) = 49+24+77=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #31184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31184D is #CEE7B2. Grayscale: #252525. Windows color (decimal): -13559731 or 5052465. OLE color: 5052465.

HSL color Cylindrical-coordinate representation of color #31184D: hue angle of 268.3º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31184D is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB492477-
CMYK0.360.6900.70
HSL268.3º52.48%19.8%-
HSV(B)268.3º68.83%30.2%-
XYZ2.931.847.22-
YUV37.52150.28136.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=32.67%
G=16%
B=51.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4924770.360.6900.70268.352.4819.8
Hex31184D244504610c3414
Octal61301154410501064146424
Binary11000111000100110110010010001010100011010000110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31184D; }

 p { color: rgb(49,24,77); }

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

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

 a { background-color: rgb(49,24,77); }

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

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

 span { border-color: rgb(49,24,77); }

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