#31274A

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

Shades of Violent Violet #31274A

Tints of Violent Violet #31274A

Color information

#31274A (or 0x31274A) is unknown color: approx Violent Violet. HEX triplet: 31, 27 and 4A. RGB value is (49,39,74). Sum of RGB (Red+Green+Blue) = 49+39+74=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #31274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31274A is #CED8B5. Grayscale: #2D2D2D. Windows color (decimal): -13555894 or 4859697. OLE color: 4859697.

HSL color Cylindrical-coordinate representation of color #31274A: hue angle of 257.14º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31274A is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB493974-
CMYK0.340.4700.71
HSL257.14º30.97%22.16%-
HSV(B)257.14º47.3%29.02%-
XYZ3.232.66.81-
YUV45.98143.81130.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=30.25%
G=24.07%
B=45.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4939740.340.4700.71257.1430.9722.16
Hex31274A222F0471011f16
Octal6147112425701074013726
Binary1100011001111001010100010101111010001111000000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31274A; }

 p { color: rgb(49,39,74); }

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

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

 a { background-color: rgb(49,39,74); }

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

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

 span { border-color: rgb(49,39,74); }

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