Html Css Color HEX #7415FF Electric Indigo

📋 copy color: '#7415FF'

red 116 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #7415FF

Tints of Electric Indigo #7415FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.36%

 BLUE value IS 255 (100% from 255) = 65.05%

R = 29.59%
G = 5.36%
B = 65.05%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7415FF (or 0x7415FF) is known color: Electric Indigo. HEX triplet: 74, 15 and FF. RGB value is (116,21,255). Sum of RGB (Red+Green+Blue) = 116+21+255=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7415FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7415FF is #8BEA00. Grayscale: #4B4B4B. Windows color (decimal): -9169409 or 16717172. OLE color: 16717172.

HSL color Cylindrical-coordinate representation of color #7415FF: hue angle of 264.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7415FF is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 21 255 -
CMYK 0.55 0.92 0 0
HSL 264.36º 1% 0.54% -
HSV(B) 264.36º 0.92% 1% -
XYZ 25.52 11.47 95.48 -
YUV 76.08 228.97 156.47 -
System Red Green Blue C M Y K H S L
Decimal 116 21 255 0.55 0.92 0 0 264.36 1 0.54
Hex 74 15 FF 37 5C 0 0 108 64 36
Octal 164 25 377 67 134 0 0 410 144 66
Binary 1110100 10101 11111111 110111 1011100 0 0 100001000 1100100 110110

Color Harmonies of #7415FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7415FF

Black with #7415FF

Text Example


Text Example

White with #7415FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7415FF; }

 p { color: rgb(116,21,255); }

 H1.HeaderClassName
 {
   color: #7415FF;
 }
 .AnyTagClassName
 {
   color: #7415FF;
 }
</style>

background-color css

<style>
 a { background-color: #7415FF; }

 a { background-color: rgb(116,21,255); }

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

border-color css

<style>
 span { border-color: #7415FF; }

 span { border-color: rgb(116,21,255); }

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