#5D017E

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

Shades of Indigo #5D017E

Tints of Indigo #5D017E

Color information

#5D017E (or 0x5D017E) is unknown color: approx Indigo. HEX triplet: 5D, 01 and 7E. RGB value is (93,1,126). Sum of RGB (Red+Green+Blue) = 93+1+126=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D017E is #A2FE81. Grayscale: #2A2A2A. Windows color (decimal): -10681986 or 8257885. OLE color: 8257885.

HSL color Cylindrical-coordinate representation of color #5D017E: hue angle of 284.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D017E is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB931126-
CMYK0.260.9900.51
HSL284.16º98.43%24.9%-
HSV(B)284.16º99.21%49.41%-
XYZ8.293.8620.05-
YUV42.76174.98163.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.27%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 126 (49.61% from 255) = 57.27%
R=42.27%
G=0.45%
B=57.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9311260.260.9900.51284.1698.4324.9
Hex5D17E1A6303311c6219
Octal13511763214306343414231
Binary1011101111111101101011000110110011100011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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