#5A01F8

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

Shades of Electric Indigo #5A01F8

Tints of Electric Indigo #5A01F8

Color information

#5A01F8 (or 0x5A01F8) is unknown color: approx Electric Indigo. HEX triplet: 5A, 01 and F8. RGB value is (90,1,248). Sum of RGB (Red+Green+Blue) = 90+1+248=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 248 (97.27% from 255 or 73.16% from 339); Max value from RGB is 248 - color contains mainly: blue. Hex color #5A01F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A01F8 is #A5FE07. Grayscale: #363636. Windows color (decimal): -10878472 or 16253274. OLE color: 16253274.

HSL color Cylindrical-coordinate representation of color #5A01F8: hue angle of 261.62º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A01F8 is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB901248-
CMYK0.641.0000.03
HSL261.62º99.2%48.82%-
HSV(B)261.62º99.6%97.25%-
XYZ21.178.9789.42-
YUV55.77236.49152.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 248 (97.27% from 255) = 73.16%
R=26.55%
G=0.29%
B=73.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal9012480.641.0000.03261.6299.248.82
Hex5A1F84064031066331
Octal13213701001440340614361
Binary1011010111111000100000011001000111000001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A01F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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