Html Css Color HEX #750AE5 Electric Indigo

📋 copy color: '#750AE5'

red 117 ◦ green 10 ◦ blue 229

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

Shades of Electric Indigo #750AE5

Tints of Electric Indigo #750AE5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.81%

 BLUE value IS 229 (89.84% from 255) = 64.33%

R = 32.87%
G = 2.81%
B = 64.33%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#750AE5 (or 0x750AE5) is known color: Electric Indigo. HEX triplet: 75, 0A and E5. RGB value is (117,10,229). Sum of RGB (Red+Green+Blue) = 117+10+229=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #750AE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750AE5 is #8AF51A. Grayscale: #424242. Windows color (decimal): -9106715 or 15010421. OLE color: 15010421.

HSL color Cylindrical-coordinate representation of color #750AE5: hue angle of 269.32º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750AE5 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 10 229 -
CMYK 0.49 0.96 0 0.10
HSL 269.32º 0.92% 0.47% -
HSV(B) 269.32º 0.96% 0.9% -
XYZ 21.59 9.66 74.85 -
YUV 66.96 219.45 163.69 -
System Red Green Blue C M Y K H S L
Decimal 117 10 229 0.49 0.96 0 0.10 269.32 0.92 0.47
Hex 75 A E5 31 60 0 A 10D 5C 2F
Octal 165 12 345 61 140 0 12 415 134 57
Binary 1110101 1010 11100101 110001 1100000 0 1010 100001101 1011100 101111

Color Harmonies of #750AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750AE5

Black with #750AE5

Text Example


Text Example

White with #750AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750AE5; }

 p { color: rgb(117,10,229); }

 H1.HeaderClassName
 {
   color: #750AE5;
 }
 .AnyTagClassName
 {
   color: #750AE5;
 }
</style>

background-color css

<style>
 a { background-color: #750AE5; }

 a { background-color: rgb(117,10,229); }

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

border-color css

<style>
 span { border-color: #750AE5; }

 span { border-color: rgb(117,10,229); }

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