Html Css Color HEX #7521FD Electric Indigo

📋 copy color: '#7521FD'

red 117 ◦ green 33 ◦ blue 253

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

Shades of Electric Indigo #7521FD

Tints of Electric Indigo #7521FD

RGB

 RED value IS 117 (46.09% from 255) = 29.03%

 GREEN value IS 33 (13.28% from 255) = 8.19%

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

R = 29.03%
G = 8.19%
B = 62.78%

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

#7521FD (or 0x7521FD) is known color: Electric Indigo. HEX triplet: 75, 21 and FD. RGB value is (117,33,253). Sum of RGB (Red+Green+Blue) = 117+33+253=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #7521FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7521FD is #8ADE02. Grayscale: #525252. Windows color (decimal): -9100803 or 16589173. OLE color: 16589173.

HSL color Cylindrical-coordinate representation of color #7521FD: hue angle of 262.91º 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 #7521FD is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 33 253 -
CMYK 0.54 0.87 0 0.01
HSL 262.91º 0.98% 0.56% -
HSV(B) 262.91º 0.87% 0.99% -
XYZ 25.61 11.96 93.89 -
YUV 83.2 223.83 152.11 -
System Red Green Blue C M Y K H S L
Decimal 117 33 253 0.54 0.87 0 0.01 262.91 0.98 0.56
Hex 75 21 FD 36 57 0 1 107 62 38
Octal 165 41 375 66 127 0 1 407 142 70
Binary 1110101 100001 11111101 110110 1010111 0 1 100000111 1100010 111000

Color Harmonies of #7521FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7521FD

Black with #7521FD

Text Example


Text Example

White with #7521FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,33,253); }

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

background-color css

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

 a { background-color: rgb(117,33,253); }

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

border-color css

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

 span { border-color: rgb(117,33,253); }

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