Html Css Color HEX #731FEB Blue Violet

📋 copy color: '#731FEB'

red 115 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #731FEB

Tints of Blue Violet #731FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 30.18%
G = 8.14%
B = 61.68%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#731FEB (or 0x731FEB) is known color: Blue Violet. HEX triplet: 73, 1F and EB. RGB value is (115,31,235). Sum of RGB (Red+Green+Blue) = 115+31+235=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #731FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FEB is #8CE014. Grayscale: #4E4E4E. Windows color (decimal): -9232405 or 15409011. OLE color: 15409011.

HSL color Cylindrical-coordinate representation of color #731FEB: hue angle of 264.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731FEB is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 31 235 -
CMYK 0.51 0.87 0 0.08
HSL 264.71º 0.84% 0.52% -
HSV(B) 264.71º 0.87% 0.92% -
XYZ 22.56 10.62 79.46 -
YUV 79.37 215.83 153.41 -
System Red Green Blue C M Y K H S L
Decimal 115 31 235 0.51 0.87 0 0.08 264.71 0.84 0.52
Hex 73 1F EB 33 57 0 8 109 54 34
Octal 163 37 353 63 127 0 10 411 124 64
Binary 1110011 11111 11101011 110011 1010111 0 1000 100001001 1010100 110100

Color Harmonies of #731FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FEB

Black with #731FEB

Text Example


Text Example

White with #731FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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