#311A52

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

Shades of Violent Violet #311A52

Tints of Violent Violet #311A52

Color information

#311A52 (or 0x311A52) is unknown color: approx Violent Violet. HEX triplet: 31, 1A and 52. RGB value is (49,26,82). Sum of RGB (Red+Green+Blue) = 49+26+82=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #311A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A52 is #CEE5AD. Grayscale: #272727. Windows color (decimal): -13559214 or 5380657. OLE color: 5380657.

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

Color convert

RGB492682-
CMYK0.400.6800.68
HSL264.64º51.85%21.18%-
HSV(B)264.64º68.29%32.16%-
XYZ3.1628.2-
YUV39.26152.12134.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=31.21%
G=16.56%
B=52.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4926820.400.6800.68264.6451.8521.18
Hex311A5228440441093415
Octal61321225010401044116425
Binary11000111010101001010100010001000100010010000100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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