#311A4B

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

Shades of Violent Violet #311A4B

Tints of Violent Violet #311A4B

Color information

#311A4B (or 0x311A4B) is unknown color: approx Violent Violet. HEX triplet: 31, 1A and 4B. RGB value is (49,26,75). Sum of RGB (Red+Green+Blue) = 49+26+75=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #311A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A4B is #CEE5B4. Grayscale: #262626. Windows color (decimal): -13559221 or 4921905. OLE color: 4921905.

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

Color convert

RGB492675-
CMYK0.350.6500.71
HSL268.16º48.51%19.8%-
HSV(B)268.16º65.33%29.41%-
XYZ2.911.96.87-
YUV38.46148.62135.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 75 (29.69% from 255) = 50%
R=32.67%
G=17.33%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4926750.350.6500.71268.1648.5119.8
Hex311A4B234104710c3114
Octal61321134310101074146124
Binary11000111010100101110001110000010100011110000110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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