#311453

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

Shades of Violent Violet #311453

Tints of Violent Violet #311453

Color information

#311453 (or 0x311453) is unknown color: approx Violent Violet. HEX triplet: 31, 14 and 53. RGB value is (49,20,83). Sum of RGB (Red+Green+Blue) = 49+20+83=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #311453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311453 is #CEEBAC. Grayscale: #232323. Windows color (decimal): -13560749 or 5444657. OLE color: 5444657.

HSL color Cylindrical-coordinate representation of color #311453: hue angle of 267.62º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311453 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB492083-
CMYK0.410.7600.67
HSL267.62º61.17%20.2%-
HSV(B)267.62º75.9%32.55%-
XYZ3.081.788.36-
YUV35.85154.61137.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=32.24%
G=13.16%
B=54.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4920830.410.7600.67267.6261.1720.2
Hex311453294C04310c3d14
Octal61241235111401034147524
Binary11000110100101001110100110011000100001110000110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311453; }

 p { color: rgb(49,20,83); }

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

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

 a { background-color: rgb(49,20,83); }

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

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

 span { border-color: rgb(49,20,83); }

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