Html Css Color HEX #7505FA Electric Indigo

📋 copy color: '#7505FA'

red 117 ◦ green 5 ◦ blue 250

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

Shades of Electric Indigo #7505FA

Tints of Electric Indigo #7505FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.2%

R = 31.45%
G = 1.34%
B = 67.2%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7505FA (or 0x7505FA) is known color: Electric Indigo. HEX triplet: 75, 05 and FA. RGB value is (117,5,250). Sum of RGB (Red+Green+Blue) = 117+5+250=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #7505FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505FA is #8AFA05. Grayscale: #414141. Windows color (decimal): -9107974 or 16385397. OLE color: 16385397.

HSL color Cylindrical-coordinate representation of color #7505FA: hue angle of 267.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505FA is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 5 250 -
CMYK 0.53 0.98 0 0.02
HSL 267.43º 0.96% 0.5% -
HSV(B) 267.43º 0.98% 0.98% -
XYZ 24.65 10.79 91.23 -
YUV 66.42 231.61 164.08 -
System Red Green Blue C M Y K H S L
Decimal 117 5 250 0.53 0.98 0 0.02 267.43 0.96 0.5
Hex 75 5 FA 35 62 0 2 10B 60 32
Octal 165 5 372 65 142 0 2 413 140 62
Binary 1110101 101 11111010 110101 1100010 0 10 100001011 1100000 110010

Color Harmonies of #7505FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505FA

Black with #7505FA

Text Example


Text Example

White with #7505FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7505FA; }

 p { color: rgb(117,5,250); }

 H1.HeaderClassName
 {
   color: #7505FA;
 }
 .AnyTagClassName
 {
   color: #7505FA;
 }
</style>

background-color css

<style>
 a { background-color: #7505FA; }

 a { background-color: rgb(117,5,250); }

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

border-color css

<style>
 span { border-color: #7505FA; }

 span { border-color: rgb(117,5,250); }

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