#311A4D

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

Shades of Violent Violet #311A4D

Tints of Violent Violet #311A4D

Color information

#311A4D (or 0x311A4D) is unknown color: approx Violent Violet. HEX triplet: 31, 1A and 4D. RGB value is (49,26,77). Sum of RGB (Red+Green+Blue) = 49+26+77=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #311A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A4D is #CEE5B2. Grayscale: #262626. Windows color (decimal): -13559219 or 5052977. OLE color: 5052977.

HSL color Cylindrical-coordinate representation of color #311A4D: hue angle of 267.06º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311A4D is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB492677-
CMYK0.360.6600.70
HSL267.06º49.51%20.2%-
HSV(B)267.06º66.23%30.2%-
XYZ2.981.937.24-
YUV38.69149.62135.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=32.24%
G=17.11%
B=50.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4926770.360.6600.70267.0649.5120.2
Hex311A4D244204610b3214
Octal61321154410201064136224
Binary11000111010100110110010010000100100011010000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A4D; }

 p { color: rgb(49,26,77); }

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

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

 a { background-color: rgb(49,26,77); }

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

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

 span { border-color: rgb(49,26,77); }

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