Html Css Color HEX #7523FF Electric Indigo

📋 copy color: '#7523FF'

red 117 ◦ green 35 ◦ blue 255

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

Shades of Electric Indigo #7523FF

Tints of Electric Indigo #7523FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.6%

 BLUE value IS 255 (100% from 255) = 62.65%

R = 28.75%
G = 8.6%
B = 62.65%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7523FF (or 0x7523FF) is known color: Electric Indigo. HEX triplet: 75, 23 and FF. RGB value is (117,35,255). Sum of RGB (Red+Green+Blue) = 117+35+255=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #7523FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7523FF is #8ADC00. Grayscale: #535353. Windows color (decimal): -9100289 or 16720757. OLE color: 16720757.

HSL color Cylindrical-coordinate representation of color #7523FF: hue angle of 262.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7523FF is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 35 255 -
CMYK 0.54 0.86 0 0
HSL 262.36º 1% 0.57% -
HSV(B) 262.36º 0.86% 1% -
XYZ 25.99 12.2 95.59 -
YUV 84.6 224.17 151.11 -
System Red Green Blue C M Y K H S L
Decimal 117 35 255 0.54 0.86 0 0 262.36 1 0.57
Hex 75 23 FF 36 56 0 0 106 64 39
Octal 165 43 377 66 126 0 0 406 144 71
Binary 1110101 100011 11111111 110110 1010110 0 0 100000110 1100100 111001

Color Harmonies of #7523FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7523FF

Black with #7523FF

Text Example


Text Example

White with #7523FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7523FF; }

 p { color: rgb(117,35,255); }

 H1.HeaderClassName
 {
   color: #7523FF;
 }
 .AnyTagClassName
 {
   color: #7523FF;
 }
</style>

background-color css

<style>
 a { background-color: #7523FF; }

 a { background-color: rgb(117,35,255); }

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

border-color css

<style>
 span { border-color: #7523FF; }

 span { border-color: rgb(117,35,255); }

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