#311D4B

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

Shades of Violent Violet #311D4B

Tints of Violent Violet #311D4B

Color information

#311D4B (or 0x311D4B) is unknown color: approx Violent Violet. HEX triplet: 31, 1D and 4B. RGB value is (49,29,75). Sum of RGB (Red+Green+Blue) = 49+29+75=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #311D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D4B is #CEE2B4. Grayscale: #282828. Windows color (decimal): -13558453 or 4922673. OLE color: 4922673.

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

Color convert

RGB492975-
CMYK0.350.6100.71
HSL266.09º44.23%20.39%-
HSV(B)266.09º61.33%29.41%-
XYZ2.982.046.89-
YUV40.22147.63134.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=32.03%
G=18.95%
B=49.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4929750.350.6100.71266.0944.2320.39
Hex311D4B233D04710a2c14
Octal6135113437501074125424
Binary1100011110110010111000111111010100011110000101010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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