#31254A

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

Shades of Violent Violet #31254A

Tints of Violent Violet #31254A

Color information

#31254A (or 0x31254A) is unknown color: approx Violent Violet. HEX triplet: 31, 25 and 4A. RGB value is (49,37,74). Sum of RGB (Red+Green+Blue) = 49+37+74=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #31254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31254A is #CEDAB5. Grayscale: #2C2C2C. Windows color (decimal): -13556406 or 4859185. OLE color: 4859185.

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

Color convert

RGB493774-
CMYK0.340.5000.71
HSL259.46º33.33%21.76%-
HSV(B)259.46º50%29.02%-
XYZ3.162.476.79-
YUV44.81144.48130.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 74 (29.30% from 255) = 46.25%
R=30.62%
G=23.12%
B=46.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4937740.340.5000.71259.4633.3321.76
Hex31254A22320471032116
Octal6145112426201074034126
Binary11000110010110010101000101100100100011110000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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