#5B1183

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

Shades of Indigo #5B1183

Tints of Indigo #5B1183

Color information

#5B1183 (or 0x5B1183) is unknown color: approx Indigo. HEX triplet: 5B, 11 and 83. RGB value is (91,17,131). Sum of RGB (Red+Green+Blue) = 91+17+131=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B1183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1183 is #A4EE7C. Grayscale: #333333. Windows color (decimal): -10808957 or 8589659. OLE color: 8589659.

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

Color convert

RGB9117131-
CMYK0.310.8700.49
HSL278.95º77.03%29.02%-
HSV(B)278.95º87.02%51.37%-
XYZ8.614.2621.84-
YUV52.12172.52155.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 131 (51.56% from 255) = 54.81%
R=38.08%
G=7.11%
B=54.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91171310.310.8700.49278.9577.0329.02
Hex5B11831F570311174d1d
Octal133212033712706142711535
Binary101101110001100000111111110101110110001100010111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,17,131); }

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

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

 a { background-color: rgb(91,17,131); }

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

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

 span { border-color: rgb(91,17,131); }

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