Html Css Color HEX #731FFC Electric Indigo

📋 copy color: '#731FFC'

red 115 ◦ green 31 ◦ blue 252

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

Shades of Electric Indigo #731FFC

Tints of Electric Indigo #731FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.32%

R = 28.89%
G = 7.79%
B = 63.32%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#731FFC (or 0x731FFC) is known color: Electric Indigo. HEX triplet: 73, 1F and FC. RGB value is (115,31,252). Sum of RGB (Red+Green+Blue) = 115+31+252=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #731FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731FFC is #8CE003. Grayscale: #505050. Windows color (decimal): -9232388 or 16523123. OLE color: 16523123.

HSL color Cylindrical-coordinate representation of color #731FFC: hue angle of 262.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731FFC is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 31 252 -
CMYK 0.54 0.88 0 0.01
HSL 262.81º 0.97% 0.55% -
HSV(B) 262.81º 0.88% 0.99% -
XYZ 25.13 11.65 93.02 -
YUV 81.31 224.33 152.03 -
System Red Green Blue C M Y K H S L
Decimal 115 31 252 0.54 0.88 0 0.01 262.81 0.97 0.55
Hex 73 1F FC 36 58 0 1 107 61 37
Octal 163 37 374 66 130 0 1 407 141 67
Binary 1110011 11111 11111100 110110 1011000 0 1 100000111 1100001 110111

Color Harmonies of #731FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FFC

Black with #731FFC

Text Example


Text Example

White with #731FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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