Html Css Color HEX #7405FC Electric Indigo

📋 copy color: '#7405FC'

red 116 ◦ green 5 ◦ blue 252

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

Shades of Electric Indigo #7405FC

Tints of Electric Indigo #7405FC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 252 (98.83% from 255) = 67.56%

R = 31.1%
G = 1.34%
B = 67.56%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7405FC (or 0x7405FC) is known color: Electric Indigo. HEX triplet: 74, 05 and FC. RGB value is (116,5,252). Sum of RGB (Red+Green+Blue) = 116+5+252=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #7405FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7405FC is #8BFA03. Grayscale: #414141. Windows color (decimal): -9173508 or 16516468. OLE color: 16516468.

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

Color convert

RGB 116 5 252 -
CMYK 0.54 0.98 0 0.01
HSL 266.96º 0.98% 0.5% -
HSV(B) 266.96º 0.98% 0.99% -
XYZ 24.83 10.85 92.88 -
YUV 66.35 232.77 163.42 -
System Red Green Blue C M Y K H S L
Decimal 116 5 252 0.54 0.98 0 0.01 266.96 0.98 0.5
Hex 74 5 FC 36 62 0 1 10B 62 32
Octal 164 5 374 66 142 0 1 413 142 62
Binary 1110100 101 11111100 110110 1100010 0 1 100001011 1100010 110010

Color Harmonies of #7405FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405FC

Black with #7405FC

Text Example


Text Example

White with #7405FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7405FC; }

 p { color: rgb(116,5,252); }

 H1.HeaderClassName
 {
   color: #7405FC;
 }
 .AnyTagClassName
 {
   color: #7405FC;
 }
</style>

background-color css

<style>
 a { background-color: #7405FC; }

 a { background-color: rgb(116,5,252); }

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

border-color css

<style>
 span { border-color: #7405FC; }

 span { border-color: rgb(116,5,252); }

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