Html Css Color HEX #311753 Violent Violet

📋 copy color: '#311753'

red 49 ◦ green 23 ◦ blue 83

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

Shades of Violent Violet #311753

Tints of Violent Violet #311753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 31.61%
G = 14.84%
B = 53.55%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#311753 (or 0x311753) is known color: Violent Violet. HEX triplet: 31, 17 and 53. RGB value is (49,23,83). Sum of RGB (Red+Green+Blue) = 49+23+83=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #311753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311753 is #CEE8AC. Grayscale: #252525. Windows color (decimal): -13559981 or 5445425. OLE color: 5445425.

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

Color convert

RGB 49 23 83 -
CMYK 0.41 0.72 0 0.67
HSL 266º 0.57% 0.21% -
HSV(B) 266º 0.72% 0.33% -
XYZ 3.13 1.89 8.38 -
YUV 37.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 49 23 83 0.41 0.72 0 0.67 266 0.57 0.21
Hex 31 17 53 29 48 0 43 10A 39 15
Octal 61 27 123 51 110 0 103 412 71 25
Binary 110001 10111 1010011 101001 1001000 0 1000011 100001010 111001 10101

Color Harmonies of #311753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311753

Black with #311753

Text Example


Text Example

White with #311753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311753; }

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

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

background-color css

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

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

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

border-color css

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

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

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