Html Css Color HEX #731EFC Electric Indigo

📋 copy color: '#731EFC'

red 115 ◦ green 30 ◦ blue 252

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

Shades of Electric Indigo #731EFC

Tints of Electric Indigo #731EFC

RGB

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

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

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

R = 28.97%
G = 7.56%
B = 63.48%

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

#731EFC (or 0x731EFC) is known color: Electric Indigo. HEX triplet: 73, 1E and FC. RGB value is (115,30,252). Sum of RGB (Red+Green+Blue) = 115+30+252=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #731EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731EFC is #8CE103. Grayscale: #4F4F4F. Windows color (decimal): -9232644 or 16522867. OLE color: 16522867.

HSL color Cylindrical-coordinate representation of color #731EFC: hue angle of 262.97º 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 #731EFC is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 30 252 -
CMYK 0.54 0.88 0 0.01
HSL 262.97º 0.97% 0.55% -
HSV(B) 262.97º 0.88% 0.99% -
XYZ 25.11 11.6 93.01 -
YUV 80.72 224.66 152.45 -
System Red Green Blue C M Y K H S L
Decimal 115 30 252 0.54 0.88 0 0.01 262.97 0.97 0.55
Hex 73 1E FC 36 58 0 1 107 61 37
Octal 163 36 374 66 130 0 1 407 141 67
Binary 1110011 11110 11111100 110110 1011000 0 1 100000111 1100001 110111

Color Harmonies of #731EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EFC

Black with #731EFC

Text Example


Text Example

White with #731EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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