Html Css Color HEX #7419FF Electric Indigo

📋 copy color: '#7419FF'

red 116 ◦ green 25 ◦ blue 255

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

Shades of Electric Indigo #7419FF

Tints of Electric Indigo #7419FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.31%

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

R = 29.29%
G = 6.31%
B = 64.39%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7419FF (or 0x7419FF) is known color: Electric Indigo. HEX triplet: 74, 19 and FF. RGB value is (116,25,255). Sum of RGB (Red+Green+Blue) = 116+25+255=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #7419FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7419FF is #8BE600. Grayscale: #4D4D4D. Windows color (decimal): -9168385 or 16718196. OLE color: 16718196.

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

Color convert

RGB 116 25 255 -
CMYK 0.55 0.90 0 0
HSL 263.74º 1% 0.55% -
HSV(B) 263.74º 0.9% 1% -
XYZ 25.6 11.63 95.5 -
YUV 78.43 227.65 154.8 -
System Red Green Blue C M Y K H S L
Decimal 116 25 255 0.55 0.90 0 0 263.74 1 0.55
Hex 74 19 FF 37 5A 0 0 108 64 37
Octal 164 31 377 67 132 0 0 410 144 67
Binary 1110100 11001 11111111 110111 1011010 0 0 100001000 1100100 110111

Color Harmonies of #7419FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7419FF

Black with #7419FF

Text Example


Text Example

White with #7419FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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