#5D04F2

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

Shades of Electric Indigo #5D04F2

Tints of Electric Indigo #5D04F2

Color information

#5D04F2 (or 0x5D04F2) is unknown color: approx Electric Indigo. HEX triplet: 5D, 04 and F2. RGB value is (93,4,242). Sum of RGB (Red+Green+Blue) = 93+4+242=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #5D04F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D04F2 is #A2FB0D. Grayscale: #383838. Windows color (decimal): -10681102 or 15860829. OLE color: 15860829.

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

Color convert

RGB934242-
CMYK0.620.9800.05
HSL262.44º96.75%48.24%-
HSV(B)262.44º98.35%94.9%-
XYZ20.588.8284.62-
YUV57.74231.99153.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.43%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 242 (94.92% from 255) = 71.39%
R=27.43%
G=1.18%
B=71.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal9342420.620.9800.05262.4496.7548.24
Hex5D4F23E62051066130
Octal1354362761420540614160
Binary101110110011110010111110110001001011000001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D04F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,4,242); }

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

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

 a { background-color: rgb(93,4,242); }

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

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

 span { border-color: rgb(93,4,242); }

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