#312047

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

Shades of Violent Violet #312047

Tints of Violent Violet #312047

Color information

#312047 (or 0x312047) is unknown color: approx Violent Violet. HEX triplet: 31, 20 and 47. RGB value is (49,32,71). Sum of RGB (Red+Green+Blue) = 49+32+71=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #312047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312047 is #CEDFB8. Grayscale: #292929. Windows color (decimal): -13557689 or 4661297. OLE color: 4661297.

HSL color Cylindrical-coordinate representation of color #312047: hue angle of 266.15º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312047 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB493271-
CMYK0.310.5500.72
HSL266.15º37.86%20.2%-
HSV(B)266.15º54.93%27.84%-
XYZ2.922.146.22-
YUV41.53144.63133.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 71 (28.12% from 255) = 46.71%
R=32.24%
G=21.05%
B=46.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4932710.310.5500.72266.1537.8620.2
Hex3120471F3704810a2614
Octal6140107376701104124624
Binary1100011000001000111111111101110100100010000101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312047; }

 p { color: rgb(49,32,71); }

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

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

 a { background-color: rgb(49,32,71); }

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

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

 span { border-color: rgb(49,32,71); }

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