Html Css Color HEX #7407FD Electric Indigo

📋 copy color: '#7407FD'

red 116 ◦ green 7 ◦ blue 253

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

Shades of Electric Indigo #7407FD

Tints of Electric Indigo #7407FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 30.85%
G = 1.86%
B = 67.29%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7407FD (or 0x7407FD) is known color: Electric Indigo. HEX triplet: 74, 07 and FD. RGB value is (116,7,253). Sum of RGB (Red+Green+Blue) = 116+7+253=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #7407FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7407FD is #8BF802. Grayscale: #424242. Windows color (decimal): -9172995 or 16582516. OLE color: 16582516.

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

Color convert

RGB 116 7 253 -
CMYK 0.54 0.97 0 0.01
HSL 266.59º 0.98% 0.51% -
HSV(B) 266.59º 0.97% 0.99% -
XYZ 25.01 10.96 93.73 -
YUV 67.64 232.61 162.5 -
System Red Green Blue C M Y K H S L
Decimal 116 7 253 0.54 0.97 0 0.01 266.59 0.98 0.51
Hex 74 7 FD 36 61 0 1 10B 62 33
Octal 164 7 375 66 141 0 1 413 142 63
Binary 1110100 111 11111101 110110 1100001 0 1 100001011 1100010 110011

Color Harmonies of #7407FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7407FD

Black with #7407FD

Text Example


Text Example

White with #7407FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7407FD; }

 p { color: rgb(116,7,253); }

 H1.HeaderClassName
 {
   color: #7407FD;
 }
 .AnyTagClassName
 {
   color: #7407FD;
 }
</style>

background-color css

<style>
 a { background-color: #7407FD; }

 a { background-color: rgb(116,7,253); }

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

border-color css

<style>
 span { border-color: #7407FD; }

 span { border-color: rgb(116,7,253); }

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