Html Css Color HEX #311B49 Violent Violet

📋 copy color: '#311B49'

red 49 ◦ green 27 ◦ blue 73

#311B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #311B49

Tints of Violent Violet #311B49

RGB

 RED value IS 49 (19.53% from 255) = 32.89%

 GREEN value IS 27 (10.94% from 255) = 18.12%

 BLUE value IS 73 (28.91% from 255) = 48.99%

R = 32.89%
G = 18.12%
B = 48.99%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#311B49 (or 0x311B49) is known color: Violent Violet. HEX triplet: 31, 1B and 49. RGB value is (49,27,73). Sum of RGB (Red+Green+Blue) = 49+27+73=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #311B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B49 is #CEE4B6. Grayscale: #262626. Windows color (decimal): -13558967 or 4791089. OLE color: 4791089.

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

Color convert

RGB 49 27 73 -
CMYK 0.33 0.63 0 0.71
HSL 268.7º 0.46% 0.2% -
HSV(B) 268.7º 0.63% 0.29% -
XYZ 2.86 1.92 6.52 -
YUV 38.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 49 27 73 0.33 0.63 0 0.71 268.7 0.46 0.2
Hex 31 1B 49 21 3F 0 47 10D 2E 14
Octal 61 33 111 41 77 0 107 415 56 24
Binary 110001 11011 1001001 100001 111111 0 1000111 100001101 101110 10100

Color Harmonies of #311B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B49

Black with #311B49

Text Example


Text Example

White with #311B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,73); }

 H1.HeaderClassName
 {
   color: #311B49;
 }
 .AnyTagClassName
 {
   color: #311B49;
 }
</style>

background-color css

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

 a { background-color: rgb(49,27,73); }

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

border-color css

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

 span { border-color: rgb(49,27,73); }

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