#31244D

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

Shades of Violent Violet #31244D

Tints of Violent Violet #31244D

Color information

#31244D (or 0x31244D) is unknown color: approx Violent Violet. HEX triplet: 31, 24 and 4D. RGB value is (49,36,77). Sum of RGB (Red+Green+Blue) = 49+36+77=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #31244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31244D is #CEDBB2. Grayscale: #2C2C2C. Windows color (decimal): -13556659 or 5055537. OLE color: 5055537.

HSL color Cylindrical-coordinate representation of color #31244D: hue angle of 259.02º 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 #31244D is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB493677-
CMYK0.360.5300.70
HSL259.02º36.28%22.16%-
HSV(B)259.02º53.25%30.2%-
XYZ3.242.457.32-
YUV44.56146.31131.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=30.25%
G=22.22%
B=47.53%

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
Decimal4936770.360.5300.70259.0236.2822.16
Hex31244D24350461032416
Octal6144115446501064034426
Binary11000110010010011011001001101010100011010000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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