#5D00F4

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

Shades of Electric Indigo #5D00F4

Tints of Electric Indigo #5D00F4

Color information

#5D00F4 (or 0x5D00F4) is unknown color: approx Electric Indigo. HEX triplet: 5D, 00 and F4. RGB value is (93,0,244). Sum of RGB (Red+Green+Blue) = 93+0+244=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 244 (95.70% from 255 or 72.40% from 337); Max value from RGB is 244 - color contains mainly: blue. Hex color #5D00F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D00F4 is #A2FF0B. Grayscale: #363636. Windows color (decimal): -10682124 or 15990877. OLE color: 15990877.

HSL color Cylindrical-coordinate representation of color #5D00F4: hue angle of 262.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00F4 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB930244-
CMYK0.62100.04
HSL262.87º100%47.84%-
HSV(B)262.87º100%95.69%-
XYZ20.848.8686.2-
YUV55.62234.31154.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 244 (95.70% from 255) = 72.40%
R=27.60%
G=0%
B=72.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal9302440.62100.04262.8710047.84
Hex5D0F43E64041076430
Octal1350364761440440714460
Binary1011101011110100111110110010001001000001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D00F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,0,244); }

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

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

 a { background-color: rgb(93,0,244); }

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

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

 span { border-color: rgb(93,0,244); }

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