#312645

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

Shades of Violent Violet #312645

Tints of Violent Violet #312645

Color information

#312645 (or 0x312645) is unknown color: approx Violent Violet. HEX triplet: 31, 26 and 45. RGB value is (49,38,69). Sum of RGB (Red+Green+Blue) = 49+38+69=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #312645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312645 is #CED9BA. Grayscale: #2C2C2C. Windows color (decimal): -13556155 or 4531761. OLE color: 4531761.

HSL color Cylindrical-coordinate representation of color #312645: hue angle of 261.29º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #312645 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB493869-
CMYK0.290.4500.73
HSL261.29º28.97%20.98%-
HSV(B)261.29º44.93%27.06%-
XYZ3.032.475.95-
YUV44.82141.64130.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=31.41%
G=24.36%
B=44.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4938690.290.4500.73261.2928.9720.98
Hex3126451D2D0491051d15
Octal6146105355501114053525
Binary110001100110100010111101101101010010011000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312645; }

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

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

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

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

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

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

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

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