#5B187D

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

Shades of Indigo #5B187D

Tints of Indigo #5B187D

Color information

#5B187D (or 0x5B187D) is unknown color: approx Indigo. HEX triplet: 5B, 18 and 7D. RGB value is (91,24,125). Sum of RGB (Red+Green+Blue) = 91+24+125=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B187D is #A4E782. Grayscale: #373737. Windows color (decimal): -10807171 or 8198235. OLE color: 8198235.

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

Color convert

RGB9124125-
CMYK0.270.8100.51
HSL279.8º67.79%29.22%-
HSV(B)279.8º80.8%49.02%-
XYZ8.344.3619.8-
YUV55.55167.2153.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=37.92%
G=10%
B=52.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91241250.270.8100.51279.867.7929.22
Hex5B187D1B51033118441d
Octal133301753312106343010435
Binary10110111100011111011101110100010110011100011000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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