#5B189B

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

Shades of Indigo #5B189B

Tints of Indigo #5B189B

Color information

#5B189B (or 0x5B189B) is unknown color: approx Indigo. HEX triplet: 5B, 18 and 9B. RGB value is (91,24,155). Sum of RGB (Red+Green+Blue) = 91+24+155=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B189B is #A4E764. Grayscale: #3A3A3A. Windows color (decimal): -10807141 or 10164315. OLE color: 10164315.

HSL color Cylindrical-coordinate representation of color #5B189B: hue angle of 270.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B189B is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9124155-
CMYK0.410.8500.39
HSL270.69º73.18%35.1%-
HSV(B)270.69º84.52%60.78%-
XYZ10.565.2431.47-
YUV58.97182.2150.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.70%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=33.70%
G=8.89%
B=57.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91241550.410.8500.39270.6973.1835.1
Hex5B189B295502710f4923
Octal133302335112504741711143
Binary10110111100010011011101001101010101001111000011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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