#5B1883

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

Shades of Indigo #5B1883

Tints of Indigo #5B1883

Color information

#5B1883 (or 0x5B1883) is unknown color: approx Indigo. HEX triplet: 5B, 18 and 83. RGB value is (91,24,131). Sum of RGB (Red+Green+Blue) = 91+24+131=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B1883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1883 is #A4E77C. Grayscale: #373737. Windows color (decimal): -10807165 or 8591451. OLE color: 8591451.

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

Color convert

RGB9124131-
CMYK0.310.8200.49
HSL277.57º69.03%30.39%-
HSV(B)277.57º81.68%51.37%-
XYZ8.744.5221.88-
YUV56.23170.2152.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.99%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=36.99%
G=9.76%
B=53.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91241310.310.8200.49277.5769.0330.39
Hex5B18831F52031116451e
Octal133302033712206142610536
Binary101101111000100000111111110100100110001100010110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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