#312548

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

Shades of Violent Violet #312548

Tints of Violent Violet #312548

Color information

#312548 (or 0x312548) is unknown color: approx Violent Violet. HEX triplet: 31, 25 and 48. RGB value is (49,37,72). Sum of RGB (Red+Green+Blue) = 49+37+72=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #312548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312548 is #CEDAB7. Grayscale: #2C2C2C. Windows color (decimal): -13556408 or 4728113. OLE color: 4728113.

HSL color Cylindrical-coordinate representation of color #312548: hue angle of 260.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312548 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB493772-
CMYK0.320.4900.72
HSL260.57º32.11%21.37%-
HSV(B)260.57º48.61%28.24%-
XYZ3.12.446.44-
YUV44.58143.48131.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=31.01%
G=23.42%
B=45.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4937720.320.4900.72260.5732.1121.37
Hex31254820310481052015
Octal6145110406101104054025
Binary11000110010110010001000001100010100100010000010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312548; }

 p { color: rgb(49,37,72); }

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

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

 a { background-color: rgb(49,37,72); }

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

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

 span { border-color: rgb(49,37,72); }

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