Html Css Color HEX #7402DF Electric Indigo

📋 copy color: '#7402DF'

red 116 ◦ green 2 ◦ blue 223

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

Shades of Electric Indigo #7402DF

Tints of Electric Indigo #7402DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 34.02%
G = 0.59%
B = 65.4%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7402DF (or 0x7402DF) is known color: Electric Indigo. HEX triplet: 74, 02 and DF. RGB value is (116,2,223). Sum of RGB (Red+Green+Blue) = 116+2+223=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #7402DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402DF is #8BFD20. Grayscale: #3C3C3C. Windows color (decimal): -9174305 or 14615156. OLE color: 14615156.

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

Color convert

RGB 116 2 223 -
CMYK 0.48 0.99 0 0.13
HSL 270.95º 0.98% 0.44% -
HSV(B) 270.95º 0.99% 0.87% -
XYZ 20.54 9.08 70.48 -
YUV 61.28 219.27 167.03 -
System Red Green Blue C M Y K H S L
Decimal 116 2 223 0.48 0.99 0 0.13 270.95 0.98 0.44
Hex 74 2 DF 30 63 0 D 10F 62 2C
Octal 164 2 337 60 143 0 15 417 142 54
Binary 1110100 10 11011111 110000 1100011 0 1101 100001111 1100010 101100

Color Harmonies of #7402DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7402DF

Black with #7402DF

Text Example


Text Example

White with #7402DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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