#5A05E6

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

Shades of Electric Indigo #5A05E6

Tints of Electric Indigo #5A05E6

Color information

#5A05E6 (or 0x5A05E6) is unknown color: approx Electric Indigo. HEX triplet: 5A, 05 and E6. RGB value is (90,5,230). Sum of RGB (Red+Green+Blue) = 90+5+230=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A05E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A05E6 is #A5FA19. Grayscale: #373737. Windows color (decimal): -10877466 or 15074650. OLE color: 15074650.

HSL color Cylindrical-coordinate representation of color #5A05E6: hue angle of 262.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A05E6 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB905230-
CMYK0.610.9800.10
HSL262.67º95.74%46.08%-
HSV(B)262.67º97.83%90.2%-
XYZ18.55875.43-
YUV56.06226.16152.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 230 (90.23% from 255) = 70.77%
R=27.69%
G=1.54%
B=70.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal9052300.610.9800.10262.6795.7446.08
Hex5A5E63D620A107602e
Octal13253467514201240714056
Binary1011010101111001101111011100010010101000001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A05E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,230); }

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

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

 a { background-color: rgb(90,5,230); }

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

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

 span { border-color: rgb(90,5,230); }

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