#31244C

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

Shades of Violent Violet #31244C

Tints of Violent Violet #31244C

Color information

#31244C (or 0x31244C) is unknown color: approx Violent Violet. HEX triplet: 31, 24 and 4C. RGB value is (49,36,76). Sum of RGB (Red+Green+Blue) = 49+36+76=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #31244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31244C is #CEDBB3. Grayscale: #2C2C2C. Windows color (decimal): -13556660 or 4990001. OLE color: 4990001.

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

Color convert

RGB493676-
CMYK0.360.5300.70
HSL259.5º35.71%21.96%-
HSV(B)259.5º52.63%29.8%-
XYZ3.22.447.14-
YUV44.45145.81131.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=30.43%
G=22.36%
B=47.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4936760.360.5300.70259.535.7121.96
Hex31244C24350461042416
Octal6144114446501064044426
Binary11000110010010011001001001101010100011010000010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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