#5D107C

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

Shades of Indigo #5D107C

Tints of Indigo #5D107C

Color information

#5D107C (or 0x5D107C) is unknown color: approx Indigo. HEX triplet: 5D, 10 and 7C. RGB value is (93,16,124). Sum of RGB (Red+Green+Blue) = 93+16+124=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D107C is #A2EF83. Grayscale: #323232. Windows color (decimal): -10678148 or 8130653. OLE color: 8130653.

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

Color convert

RGB9316124-
CMYK0.250.8700.51
HSL282.78º77.14%27.45%-
HSV(B)282.78º87.1%48.63%-
XYZ8.344.1519.43-
YUV51.34169.01157.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=39.91%
G=6.87%
B=53.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93161240.250.8700.51282.7877.1427.45
Hex5D107C195703311b4d1b
Octal135201743112706343311533
Binary10111011000011111001100110101110110011100011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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