#5B147C

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

Shades of Indigo #5B147C

Tints of Indigo #5B147C

Color information

#5B147C (or 0x5B147C) is unknown color: approx Indigo. HEX triplet: 5B, 14 and 7C. RGB value is (91,20,124). Sum of RGB (Red+Green+Blue) = 91+20+124=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B147C is #A4EB83. Grayscale: #343434. Windows color (decimal): -10808196 or 8131675. OLE color: 8131675.

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

Color convert

RGB9120124-
CMYK0.270.8400.51
HSL280.96º72.22%28.24%-
HSV(B)280.96º83.87%48.63%-
XYZ8.24.1819.44-
YUV53.08168.02155.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.72%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=38.72%
G=8.51%
B=52.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91201240.270.8400.51280.9672.2228.24
Hex5B147C1B54033119481c
Octal133241743312406343111034
Binary10110111010011111001101110101000110011100011001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,124); }

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

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

 a { background-color: rgb(91,20,124); }

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

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

 span { border-color: rgb(91,20,124); }

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