#5B198B

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

Shades of Indigo #5B198B

Tints of Indigo #5B198B

Color information

#5B198B (or 0x5B198B) is unknown color: approx Indigo. HEX triplet: 5B, 19 and 8B. RGB value is (91,25,139). Sum of RGB (Red+Green+Blue) = 91+25+139=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B198B is #A4E674. Grayscale: #393939. Windows color (decimal): -10806901 or 9115995. OLE color: 9115995.

HSL color Cylindrical-coordinate representation of color #5B198B: hue angle of 274.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B198B is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9125139-
CMYK0.350.8200.45
HSL274.74º69.51%32.16%-
HSV(B)274.74º82.01%54.51%-
XYZ9.324.7824.86-
YUV57.73173.87151.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.69%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=35.69%
G=9.80%
B=54.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91251390.350.8200.45274.7469.5132.16
Hex5B198B235202D1134620
Octal133312134312205542310640
Binary10110111100110001011100011101001001011011000100111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,25,139); }

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

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

 a { background-color: rgb(91,25,139); }

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

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

 span { border-color: rgb(91,25,139); }

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