#31194B

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

Shades of Violent Violet #31194B

Tints of Violent Violet #31194B

Color information

#31194B (or 0x31194B) is unknown color: approx Violent Violet. HEX triplet: 31, 19 and 4B. RGB value is (49,25,75). Sum of RGB (Red+Green+Blue) = 49+25+75=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #31194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31194B is #CEE6B4. Grayscale: #252525. Windows color (decimal): -13559477 or 4921649. OLE color: 4921649.

HSL color Cylindrical-coordinate representation of color #31194B: hue angle of 268.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31194B is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB492575-
CMYK0.350.6700.71
HSL268.8º50%19.61%-
HSV(B)268.8º66.67%29.41%-
XYZ2.881.866.86-
YUV37.88148.95135.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=32.89%
G=16.78%
B=50.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4925750.350.6700.71268.85019.61
Hex31194B234304710d3214
Octal61311134310301074156224
Binary11000111001100101110001110000110100011110000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31194B; }

 p { color: rgb(49,25,75); }

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

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

 a { background-color: rgb(49,25,75); }

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

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

 span { border-color: rgb(49,25,75); }

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