#5D087C

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

Shades of Indigo #5D087C

Tints of Indigo #5D087C

Color information

#5D087C (or 0x5D087C) is unknown color: approx Indigo. HEX triplet: 5D, 08 and 7C. RGB value is (93,8,124). Sum of RGB (Red+Green+Blue) = 93+8+124=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D087C is #A2F783. Grayscale: #2E2E2E. Windows color (decimal): -10680196 or 8128605. OLE color: 8128605.

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

Color convert

RGB938124-
CMYK0.250.9400.51
HSL283.97º87.88%25.88%-
HSV(B)283.97º93.55%48.63%-
XYZ8.243.9619.4-
YUV46.64171.66161.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.33%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=41.33%
G=3.56%
B=55.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9381240.250.9400.51283.9787.8825.88
Hex5D87C195E03311c581a
Octal135101743113606343413032
Binary1011101100011111001100110111100110011100011100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,8,124); }

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

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

 a { background-color: rgb(93,8,124); }

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

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

 span { border-color: rgb(93,8,124); }

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