#5D178C

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

Shades of Indigo #5D178C

Tints of Indigo #5D178C

Color information

#5D178C (or 0x5D178C) is unknown color: approx Indigo. HEX triplet: 5D, 17 and 8C. RGB value is (93,23,140). Sum of RGB (Red+Green+Blue) = 93+23+140=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D178C is #A2E873. Grayscale: #383838. Windows color (decimal): -10676340 or 9181021. OLE color: 9181021.

HSL color Cylindrical-coordinate representation of color #5D178C: hue angle of 275.9º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D178C is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9323140-
CMYK0.340.8400.45
HSL275.9º71.78%31.96%-
HSV(B)275.9º83.57%54.9%-
XYZ9.554.8325.24-
YUV57.27174.69153.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 140 (55.08% from 255) = 54.69%
R=36.33%
G=8.98%
B=54.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93231400.340.8400.45275.971.7831.96
Hex5D178C225402D1144820
Octal135272144212405542411040
Binary10111011011110001100100010101010001011011000101001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,23,140); }

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

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

 a { background-color: rgb(93,23,140); }

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

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

 span { border-color: rgb(93,23,140); }

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