#5B109B

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

Shades of Indigo #5B109B

Tints of Indigo #5B109B

Color information

#5B109B (or 0x5B109B) is unknown color: approx Indigo. HEX triplet: 5B, 10 and 9B. RGB value is (91,16,155). Sum of RGB (Red+Green+Blue) = 91+16+155=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B109B is #A4EF64. Grayscale: #353535. Windows color (decimal): -10809189 or 10162267. OLE color: 10162267.

HSL color Cylindrical-coordinate representation of color #5B109B: hue angle of 272.37º 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 #5B109B is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9116155-
CMYK0.410.9000.39
HSL272.37º81.29%33.53%-
HSV(B)272.37º89.68%60.78%-
XYZ10.424.9631.42-
YUV54.27184.85154.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 155 (60.94% from 255) = 59.16%
R=34.73%
G=6.11%
B=59.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91161550.410.9000.39272.3781.2933.53
Hex5B109B295A0271105122
Octal133202335113204742012142
Binary10110111000010011011101001101101001001111000100001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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