#31174C

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

Shades of Violent Violet #31174C

Tints of Violent Violet #31174C

Color information

#31174C (or 0x31174C) is unknown color: approx Violent Violet. HEX triplet: 31, 17 and 4C. RGB value is (49,23,76). Sum of RGB (Red+Green+Blue) = 49+23+76=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #31174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31174C is #CEE8B3. Grayscale: #242424. Windows color (decimal): -13559988 or 4986673. OLE color: 4986673.

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

Color convert

RGB492376-
CMYK0.360.7000.70
HSL269.43º53.54%19.41%-
HSV(B)269.43º69.74%29.8%-
XYZ2.881.797.03-
YUV36.82150.11136.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=33.11%
G=15.54%
B=51.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4923760.360.7000.70269.4353.5419.41
Hex31174C244604610d3613
Octal61271144410601064156623
Binary11000110111100110010010010001100100011010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31174C; }

 p { color: rgb(49,23,76); }

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

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

 a { background-color: rgb(49,23,76); }

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

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

 span { border-color: rgb(49,23,76); }

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