Html Css Color HEX #7505F1 Electric Indigo

📋 copy color: '#7505F1'

red 117 ◦ green 5 ◦ blue 241

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

Shades of Electric Indigo #7505F1

Tints of Electric Indigo #7505F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.39%

R = 32.23%
G = 1.38%
B = 66.39%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7505F1 (or 0x7505F1) is known color: Electric Indigo. HEX triplet: 75, 05 and F1. RGB value is (117,5,241). Sum of RGB (Red+Green+Blue) = 117+5+241=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #7505F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505F1 is #8AFA0E. Grayscale: #404040. Windows color (decimal): -9107983 or 15795573. OLE color: 15795573.

HSL color Cylindrical-coordinate representation of color #7505F1: hue angle of 268.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505F1 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 5 241 -
CMYK 0.51 0.98 0 0.05
HSL 268.47º 0.96% 0.48% -
HSV(B) 268.47º 0.98% 0.95% -
XYZ 23.27 10.24 83.97 -
YUV 65.39 227.11 164.81 -
System Red Green Blue C M Y K H S L
Decimal 117 5 241 0.51 0.98 0 0.05 268.47 0.96 0.48
Hex 75 5 F1 33 62 0 5 10C 60 30
Octal 165 5 361 63 142 0 5 414 140 60
Binary 1110101 101 11110001 110011 1100010 0 101 100001100 1100000 110000

Color Harmonies of #7505F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505F1

Black with #7505F1

Text Example


Text Example

White with #7505F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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