#312648

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

Shades of Violent Violet #312648

Tints of Violent Violet #312648

Color information

#312648 (or 0x312648) is unknown color: approx Violent Violet. HEX triplet: 31, 26 and 48. RGB value is (49,38,72). Sum of RGB (Red+Green+Blue) = 49+38+72=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #312648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312648 is #CED9B7. Grayscale: #2D2D2D. Windows color (decimal): -13556152 or 4728369. OLE color: 4728369.

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

Color convert

RGB493872-
CMYK0.320.4700.72
HSL259.41º30.91%21.57%-
HSV(B)259.41º47.22%28.24%-
XYZ3.132.516.45-
YUV45.16143.14130.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.82%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=30.82%
G=23.90%
B=45.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4938720.320.4700.72259.4130.9121.57
Hex312648202F0481031f16
Octal6146110405701104033726
Binary1100011001101001000100000101111010010001000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312648; }

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

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

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

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

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

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

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

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