#5A06F8

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

Shades of Electric Indigo #5A06F8

Tints of Electric Indigo #5A06F8

Color information

#5A06F8 (or 0x5A06F8) is unknown color: approx Electric Indigo. HEX triplet: 5A, 06 and F8. RGB value is (90,6,248). Sum of RGB (Red+Green+Blue) = 90+6+248=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 248 (97.27% from 255 or 72.09% from 344); Max value from RGB is 248 - color contains mainly: blue. Hex color #5A06F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A06F8 is #A5F907. Grayscale: #393939. Windows color (decimal): -10877192 or 16254554. OLE color: 16254554.

HSL color Cylindrical-coordinate representation of color #5A06F8: hue angle of 260.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A06F8 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB906248-
CMYK0.640.9800.03
HSL260.83º95.28%49.8%-
HSV(B)260.83º97.58%97.25%-
XYZ21.229.0889.44-
YUV58.7234.83150.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 6 (2.73% from 255) = 1.74%
BLUE value IS 248 (97.27% from 255) = 72.09%
R=26.16%
G=1.74%
B=72.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal9062480.640.9800.03260.8395.2849.8
Hex5A6F84062031055f32
Octal13263701001420340513762
Binary101101011011111000100000011000100111000001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A06F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,6,248); }

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

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

 a { background-color: rgb(90,6,248); }

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

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

 span { border-color: rgb(90,6,248); }

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