#5E109B

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

Shades of Indigo #5E109B

Tints of Indigo #5E109B

Color information

#5E109B (or 0x5E109B) is unknown color: approx Indigo. HEX triplet: 5E, 10 and 9B. RGB value is (94,16,155). Sum of RGB (Red+Green+Blue) = 94+16+155=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E109B is #A1EF64. Grayscale: #363636. Windows color (decimal): -10612581 or 10162270. OLE color: 10162270.

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

Color convert

RGB9416155-
CMYK0.390.9000.39
HSL273.67º81.29%33.53%-
HSV(B)273.67º89.68%60.78%-
XYZ10.725.1231.43-
YUV55.17184.34155.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=35.47%
G=6.04%
B=58.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94161550.390.9000.39273.6781.2933.53
Hex5E109B275A0271125122
Octal136202334713204742212142
Binary10111101000010011011100111101101001001111000100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,16,155); }

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

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

 a { background-color: rgb(94,16,155); }

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

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

 span { border-color: rgb(94,16,155); }

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