#5A07E7

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

Shades of Electric Indigo #5A07E7

Tints of Electric Indigo #5A07E7

Color information

#5A07E7 (or 0x5A07E7) is unknown color: approx Electric Indigo. HEX triplet: 5A, 07 and E7. RGB value is (90,7,231). Sum of RGB (Red+Green+Blue) = 90+7+231=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #5A07E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A07E7 is #A5F818. Grayscale: #383838. Windows color (decimal): -10876953 or 15140698. OLE color: 15140698.

HSL color Cylindrical-coordinate representation of color #5A07E7: hue angle of 262.23º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A07E7 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB907231-
CMYK0.610.9700.09
HSL262.23º94.12%46.67%-
HSV(B)262.23º96.97%90.59%-
XYZ18.728.176.18-
YUV57.35226151.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 231 (90.62% from 255) = 70.43%
R=27.44%
G=2.13%
B=70.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal9072310.610.9700.09262.2394.1246.67
Hex5A7E73D61091065e2f
Octal13273477514101140613657
Binary1011010111111001111111011100001010011000001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A07E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A07E7; }

 p { color: rgb(90,7,231); }

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

<style>
 a { background-color: #5A07E7; }

 a { background-color: rgb(90,7,231); }

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

<style>
 span { border-color: #5A07E7; }

 span { border-color: rgb(90,7,231); }

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