Html Css Color HEX #731FDD Blue Violet

📋 copy color: '#731FDD'

red 115 ◦ green 31 ◦ blue 221

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

Shades of Blue Violet #731FDD

Tints of Blue Violet #731FDD

RGB

 RED value IS 115 (45.31% from 255) = 31.34%

 GREEN value IS 31 (12.5% from 255) = 8.45%

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 31.34%
G = 8.45%
B = 60.22%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#731FDD (or 0x731FDD) is known color: Blue Violet. HEX triplet: 73, 1F and DD. RGB value is (115,31,221). Sum of RGB (Red+Green+Blue) = 115+31+221=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #731FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FDD is #8CE022. Grayscale: #4D4D4D. Windows color (decimal): -9232419 or 14491507. OLE color: 14491507.

HSL color Cylindrical-coordinate representation of color #731FDD: hue angle of 266.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731FDD is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 31 221 -
CMYK 0.48 0.86 0 0.13
HSL 266.53º 0.75% 0.49% -
HSV(B) 266.53º 0.86% 0.87% -
XYZ 20.61 9.85 69.22 -
YUV 77.78 208.83 154.55 -
System Red Green Blue C M Y K H S L
Decimal 115 31 221 0.48 0.86 0 0.13 266.53 0.75 0.49
Hex 73 1F DD 30 56 0 D 10B 4B 31
Octal 163 37 335 60 126 0 15 413 113 61
Binary 1110011 11111 11011101 110000 1010110 0 1101 100001011 1001011 110001

Color Harmonies of #731FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FDD

Black with #731FDD

Text Example


Text Example

White with #731FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731FDD; }

 p { color: rgb(115,31,221); }

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

background-color css

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

 a { background-color: rgb(115,31,221); }

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

border-color css

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

 span { border-color: rgb(115,31,221); }

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