Html Css Color HEX #7413FF Electric Indigo

📋 copy color: '#7413FF'

red 116 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #7413FF

Tints of Electric Indigo #7413FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 29.74%
G = 4.87%
B = 65.38%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7413FF (or 0x7413FF) is known color: Electric Indigo. HEX triplet: 74, 13 and FF. RGB value is (116,19,255). Sum of RGB (Red+Green+Blue) = 116+19+255=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #7413FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7413FF is #8BEC00. Grayscale: #4A4A4A. Windows color (decimal): -9169921 or 16716660. OLE color: 16716660.

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

Color convert

RGB 116 19 255 -
CMYK 0.55 0.93 0 0
HSL 264.66º 1% 0.54% -
HSV(B) 264.66º 0.93% 1% -
XYZ 25.49 11.4 95.46 -
YUV 74.91 229.64 157.31 -
System Red Green Blue C M Y K H S L
Decimal 116 19 255 0.55 0.93 0 0 264.66 1 0.54
Hex 74 13 FF 37 5D 0 0 109 64 36
Octal 164 23 377 67 135 0 0 411 144 66
Binary 1110100 10011 11111111 110111 1011101 0 0 100001001 1100100 110110

Color Harmonies of #7413FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413FF

Black with #7413FF

Text Example


Text Example

White with #7413FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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