Html Css Color HEX #311353 Violent Violet

📋 copy color: '#311353'

red 49 ◦ green 19 ◦ blue 83

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

Shades of Violent Violet #311353

Tints of Violent Violet #311353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

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

R = 32.45%
G = 12.58%
B = 54.97%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#311353 (or 0x311353) is known color: Violent Violet. HEX triplet: 31, 13 and 53. RGB value is (49,19,83). Sum of RGB (Red+Green+Blue) = 49+19+83=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #311353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311353 is #CEECAC. Grayscale: #232323. Windows color (decimal): -13561005 or 5444401. OLE color: 5444401.

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

Color convert

RGB 49 19 83 -
CMYK 0.41 0.77 0 0.67
HSL 268.13º 0.63% 0.2% -
HSV(B) 268.13º 0.77% 0.33% -
XYZ 3.06 1.74 8.36 -
YUV 35.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 49 19 83 0.41 0.77 0 0.67 268.13 0.63 0.2
Hex 31 13 53 29 4D 0 43 10C 3F 14
Octal 61 23 123 51 115 0 103 414 77 24
Binary 110001 10011 1010011 101001 1001101 0 1000011 100001100 111111 10100

Color Harmonies of #311353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311353

Black with #311353

Text Example


Text Example

White with #311353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311353; }

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

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

background-color css

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

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

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

border-color css

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

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

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