#5D01D7

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

Shades of Electric Indigo #5D01D7

Tints of Electric Indigo #5D01D7

Color information

#5D01D7 (or 0x5D01D7) is unknown color: approx Electric Indigo. HEX triplet: 5D, 01 and D7. RGB value is (93,1,215). Sum of RGB (Red+Green+Blue) = 93+1+215=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #5D01D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D01D7 is #A2FE28. Grayscale: #343434. Windows color (decimal): -10681897 or 14090589. OLE color: 14090589.

HSL color Cylindrical-coordinate representation of color #5D01D7: hue angle of 265.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D01D7 is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB931215-
CMYK0.571.0000.16
HSL265.79º99.07%42.35%-
HSV(B)265.79º99.53%84.31%-
XYZ16.797.2664.81-
YUV52.9219.48156.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 215 (84.38% from 255) = 69.58%
R=30.10%
G=0.32%
B=69.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal9312150.571.0000.16265.7999.0742.35
Hex5D1D7396401010a632a
Octal13513277114402041214352
Binary101110111101011111100111001000100001000010101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D01D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,1,215); }

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

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

 a { background-color: rgb(93,1,215); }

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

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

 span { border-color: rgb(93,1,215); }

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