Html Css Color HEX #731EF1 Blue Violet

📋 copy color: '#731EF1'

red 115 ◦ green 30 ◦ blue 241

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

Shades of Blue Violet #731EF1

Tints of Blue Violet #731EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.77%

 BLUE value IS 241 (94.53% from 255) = 62.44%

R = 29.79%
G = 7.77%
B = 62.44%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#731EF1 (or 0x731EF1) is known color: Blue Violet. HEX triplet: 73, 1E and F1. RGB value is (115,30,241). Sum of RGB (Red+Green+Blue) = 115+30+241=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #731EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EF1 is #8CE10E. Grayscale: #4E4E4E. Windows color (decimal): -9232655 or 15801971. OLE color: 15801971.

HSL color Cylindrical-coordinate representation of color #731EF1: hue angle of 264.17º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731EF1 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 30 241 -
CMYK 0.52 0.88 0 0.05
HSL 264.17º 0.88% 0.53% -
HSV(B) 264.17º 0.88% 0.95% -
XYZ 23.41 10.92 84.09 -
YUV 79.47 219.16 153.34 -
System Red Green Blue C M Y K H S L
Decimal 115 30 241 0.52 0.88 0 0.05 264.17 0.88 0.53
Hex 73 1E F1 34 58 0 5 108 58 35
Octal 163 36 361 64 130 0 5 410 130 65
Binary 1110011 11110 11110001 110100 1011000 0 101 100001000 1011000 110101

Color Harmonies of #731EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EF1

Black with #731EF1

Text Example


Text Example

White with #731EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,30,241); }

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

background-color css

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

 a { background-color: rgb(115,30,241); }

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

border-color css

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

 span { border-color: rgb(115,30,241); }

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