Html Css Color HEX #7420FD Electric Indigo

📋 copy color: '#7420FD'

red 116 ◦ green 32 ◦ blue 253

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

Shades of Electric Indigo #7420FD

Tints of Electric Indigo #7420FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.98%

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

R = 28.93%
G = 7.98%
B = 63.09%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7420FD (or 0x7420FD) is known color: Electric Indigo. HEX triplet: 74, 20 and FD. RGB value is (116,32,253). Sum of RGB (Red+Green+Blue) = 116+32+253=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #7420FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7420FD is #8BDF02. Grayscale: #515151. Windows color (decimal): -9166595 or 16588916. OLE color: 16588916.

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

Color convert

RGB 116 32 253 -
CMYK 0.54 0.87 0 0.01
HSL 262.81º 0.98% 0.56% -
HSV(B) 262.81º 0.87% 0.99% -
XYZ 25.45 11.84 93.87 -
YUV 82.31 224.33 152.03 -
System Red Green Blue C M Y K H S L
Decimal 116 32 253 0.54 0.87 0 0.01 262.81 0.98 0.56
Hex 74 20 FD 36 57 0 1 107 62 38
Octal 164 40 375 66 127 0 1 407 142 70
Binary 1110100 100000 11111101 110110 1010111 0 1 100000111 1100010 111000

Color Harmonies of #7420FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7420FD

Black with #7420FD

Text Example


Text Example

White with #7420FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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