Html Css Color HEX #741CF7 Electric Indigo

📋 copy color: '#741CF7'

red 116 ◦ green 28 ◦ blue 247

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

Shades of Electric Indigo #741CF7

Tints of Electric Indigo #741CF7

RGB

 RED value IS 116 (45.7% from 255) = 29.67%

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

 BLUE value IS 247 (96.88% from 255) = 63.17%

R = 29.67%
G = 7.16%
B = 63.17%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#741CF7 (or 0x741CF7) is known color: Electric Indigo. HEX triplet: 74, 1C and F7. RGB value is (116,28,247). Sum of RGB (Red+Green+Blue) = 116+28+247=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #741CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741CF7 is #8BE308. Grayscale: #4E4E4E. Windows color (decimal): -9167625 or 16194676. OLE color: 16194676.

HSL color Cylindrical-coordinate representation of color #741CF7: hue angle of 264.11º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741CF7 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 28 247 -
CMYK 0.53 0.89 0 0.03
HSL 264.11º 0.93% 0.54% -
HSV(B) 264.11º 0.89% 0.97% -
XYZ 24.41 11.26 88.88 -
YUV 79.28 222.65 154.19 -
System Red Green Blue C M Y K H S L
Decimal 116 28 247 0.53 0.89 0 0.03 264.11 0.93 0.54
Hex 74 1C F7 35 59 0 3 108 5D 36
Octal 164 34 367 65 131 0 3 410 135 66
Binary 1110100 11100 11110111 110101 1011001 0 11 100001000 1011101 110110

Color Harmonies of #741CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CF7

Black with #741CF7

Text Example


Text Example

White with #741CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741CF7; }

 p { color: rgb(116,28,247); }

 H1.HeaderClassName
 {
   color: #741CF7;
 }
 .AnyTagClassName
 {
   color: #741CF7;
 }
</style>

background-color css

<style>
 a { background-color: #741CF7; }

 a { background-color: rgb(116,28,247); }

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

border-color css

<style>
 span { border-color: #741CF7; }

 span { border-color: rgb(116,28,247); }

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