Html Css Color HEX #7405DF Electric Indigo

📋 copy color: '#7405DF'

red 116 ◦ green 5 ◦ blue 223

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

Shades of Electric Indigo #7405DF

Tints of Electric Indigo #7405DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 33.72%
G = 1.45%
B = 64.83%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7405DF (or 0x7405DF) is known color: Electric Indigo. HEX triplet: 74, 05 and DF. RGB value is (116,5,223). Sum of RGB (Red+Green+Blue) = 116+5+223=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #7405DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7405DF is #8BFA20. Grayscale: #3E3E3E. Windows color (decimal): -9173537 or 14615924. OLE color: 14615924.

HSL color Cylindrical-coordinate representation of color #7405DF: hue angle of 270.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7405DF is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 5 223 -
CMYK 0.48 0.98 0 0.13
HSL 270.55º 0.96% 0.45% -
HSV(B) 270.55º 0.98% 0.87% -
XYZ 20.58 9.15 70.49 -
YUV 63.04 218.27 165.77 -
System Red Green Blue C M Y K H S L
Decimal 116 5 223 0.48 0.98 0 0.13 270.55 0.96 0.45
Hex 74 5 DF 30 62 0 D 10F 60 2D
Octal 164 5 337 60 142 0 15 417 140 55
Binary 1110100 101 11011111 110000 1100010 0 1101 100001111 1100000 101101

Color Harmonies of #7405DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7405DF

Black with #7405DF

Text Example


Text Example

White with #7405DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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