Html Css Color HEX #731CFC Electric Indigo

📋 copy color: '#731CFC'

red 115 ◦ green 28 ◦ blue 252

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

Shades of Electric Indigo #731CFC

Tints of Electric Indigo #731CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

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

R = 29.11%
G = 7.09%
B = 63.8%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#731CFC (or 0x731CFC) is known color: Electric Indigo. HEX triplet: 73, 1C and FC. RGB value is (115,28,252). Sum of RGB (Red+Green+Blue) = 115+28+252=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #731CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731CFC is #8CE303. Grayscale: #4E4E4E. Windows color (decimal): -9233156 or 16522355. OLE color: 16522355.

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

Color convert

RGB 115 28 252 -
CMYK 0.54 0.89 0 0.01
HSL 263.3º 0.97% 0.55% -
HSV(B) 263.3º 0.89% 0.99% -
XYZ 25.06 11.5 93 -
YUV 79.55 225.32 153.29 -
System Red Green Blue C M Y K H S L
Decimal 115 28 252 0.54 0.89 0 0.01 263.3 0.97 0.55
Hex 73 1C FC 36 59 0 1 107 61 37
Octal 163 34 374 66 131 0 1 407 141 67
Binary 1110011 11100 11111100 110110 1011001 0 1 100000111 1100001 110111

Color Harmonies of #731CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CFC

Black with #731CFC

Text Example


Text Example

White with #731CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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