Html Css Color HEX #311C4C Violent Violet

📋 copy color: '#311C4C'

red 49 ◦ green 28 ◦ blue 76

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

Shades of Violent Violet #311C4C

Tints of Violent Violet #311C4C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.3%

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 32.03%
G = 18.3%
B = 49.67%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#311C4C (or 0x311C4C) is known color: Violent Violet. HEX triplet: 31, 1C and 4C. RGB value is (49,28,76). Sum of RGB (Red+Green+Blue) = 49+28+76=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #311C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C4C is #CEE3B3. Grayscale: #272727. Windows color (decimal): -13558708 or 4987953. OLE color: 4987953.

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

Color convert

RGB 49 28 76 -
CMYK 0.36 0.63 0 0.70
HSL 266.25º 0.46% 0.2% -
HSV(B) 266.25º 0.63% 0.3% -
XYZ 2.99 2.01 7.07 -
YUV 39.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 49 28 76 0.36 0.63 0 0.70 266.25 0.46 0.2
Hex 31 1C 4C 24 3F 0 46 10A 2E 14
Octal 61 34 114 44 77 0 106 412 56 24
Binary 110001 11100 1001100 100100 111111 0 1000110 100001010 101110 10100

Color Harmonies of #311C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C4C

Black with #311C4C

Text Example


Text Example

White with #311C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,76); }

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

background-color css

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

 a { background-color: rgb(49,28,76); }

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

border-color css

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

 span { border-color: rgb(49,28,76); }

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