#7503FA

Color #7503FA Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #7503FA

Tints of Electric Indigo #7503FA

Color information

#7503FA (or 0x7503FA) is unknown color: approx Electric Indigo. HEX triplet: 75, 03 and FA. RGB value is (117,3,250). Sum of RGB (Red+Green+Blue) = 117+3+250=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #7503FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7503FA is #8AFC05. Grayscale: #404040. Windows color (decimal): -9108486 or 16384885. OLE color: 16384885.

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

Color convert

RGB1173250-
CMYK0.530.9900.02
HSL267.69º97.63%49.61%-
HSV(B)267.69º98.8%98.04%-
XYZ24.6210.7591.22-
YUV65.24232.27164.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 250 (98.05% from 255) = 67.57%
R=31.62%
G=0.81%
B=67.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11732500.530.9900.02267.6997.6349.61
Hex753FA35630210c6232
Octal1653372651430241414262
Binary1110101111111101011010111000110101000011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7503FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7503FA;
 }
 .AnyTagClassName
 {
   color: #7503FA;
 }
</style>
background-color css

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

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

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

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

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

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