#5D109A

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

Shades of Indigo #5D109A

Tints of Indigo #5D109A

Color information

#5D109A (or 0x5D109A) is unknown color: approx Indigo. HEX triplet: 5D, 10 and 9A. RGB value is (93,16,154). Sum of RGB (Red+Green+Blue) = 93+16+154=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D109A is #A2EF65. Grayscale: #363636. Windows color (decimal): -10678118 or 10096733. OLE color: 10096733.

HSL color Cylindrical-coordinate representation of color #5D109A: hue angle of 273.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D109A is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9316154-
CMYK0.400.9000.40
HSL273.48º81.18%33.33%-
HSV(B)273.48º89.61%60.39%-
XYZ10.535.0330.99-
YUV54.76184.01155.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.36%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=35.36%
G=6.08%
B=58.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal93161540.400.9000.40273.4881.1833.33
Hex5D109A285A0281115121
Octal135202325013205042112141
Binary10111011000010011010101000101101001010001000100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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