#311851

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

Shades of Violent Violet #311851

Tints of Violent Violet #311851

Color information

#311851 (or 0x311851) is unknown color: approx Violent Violet. HEX triplet: 31, 18 and 51. RGB value is (49,24,81). Sum of RGB (Red+Green+Blue) = 49+24+81=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #311851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311851 is #CEE7AE. Grayscale: #252525. Windows color (decimal): -13559727 or 5314609. OLE color: 5314609.

HSL color Cylindrical-coordinate representation of color #311851: hue angle of 266.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311851 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB492481-
CMYK0.400.7000.68
HSL266.32º54.29%20.59%-
HSV(B)266.32º70.37%31.76%-
XYZ3.081.97.99-
YUV37.97152.28135.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=31.82%
G=15.58%
B=52.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4924810.400.7000.68266.3254.2920.59
Hex311851284604410a3615
Octal61301215010601044126625
Binary11000111000101000110100010001100100010010000101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311851; }

 p { color: rgb(49,24,81); }

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

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

 a { background-color: rgb(49,24,81); }

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

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

 span { border-color: rgb(49,24,81); }

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