#312848

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

Shades of Violent Violet #312848

Tints of Violent Violet #312848

Color information

#312848 (or 0x312848) is unknown color: approx Violent Violet. HEX triplet: 31, 28 and 48. RGB value is (49,40,72). Sum of RGB (Red+Green+Blue) = 49+40+72=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #312848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312848 is #CED7B7. Grayscale: #2E2E2E. Windows color (decimal): -13555640 or 4728881. OLE color: 4728881.

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

Color convert

RGB494072-
CMYK0.320.4400.72
HSL256.88º28.57%21.96%-
HSV(B)256.88º44.44%28.24%-
XYZ3.22.646.47-
YUV46.34142.48129.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 40 (16.02% from 255) = 24.84%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=30.43%
G=24.84%
B=44.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4940720.320.4400.72256.8828.5721.96
Hex312848202C0481011d16
Octal6150110405401104013526
Binary1100011010001001000100000101100010010001000000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312848; }

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

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

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

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

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

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

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

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