#311A4C

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

Shades of Violent Violet #311A4C

Tints of Violent Violet #311A4C

Color information

#311A4C (or 0x311A4C) is unknown color: approx Violent Violet. HEX triplet: 31, 1A and 4C. RGB value is (49,26,76). Sum of RGB (Red+Green+Blue) = 49+26+76=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #311A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A4C is #CEE5B3. Grayscale: #262626. Windows color (decimal): -13559220 or 4987441. OLE color: 4987441.

HSL color Cylindrical-coordinate representation of color #311A4C: hue angle of 267.6º degrees, saturation: 0.49, 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 #311A4C is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB492676-
CMYK0.360.6600.70
HSL267.6º49.02%20%-
HSV(B)267.6º65.79%29.8%-
XYZ2.941.917.05-
YUV38.58149.12135.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=32.45%
G=17.22%
B=50.33%

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
Decimal4926760.360.6600.70267.649.0220
Hex311A4C244204610c3114
Octal61321144410201064146124
Binary11000111010100110010010010000100100011010000110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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