#5B1981

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

Shades of Indigo #5B1981

Tints of Indigo #5B1981

Color information

#5B1981 (or 0x5B1981) is unknown color: approx Indigo. HEX triplet: 5B, 19 and 81. RGB value is (91,25,129). Sum of RGB (Red+Green+Blue) = 91+25+129=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #5B1981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1981 is #A4E67E. Grayscale: #383838. Windows color (decimal): -10806911 or 8460635. OLE color: 8460635.

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

Color convert

RGB9125129-
CMYK0.290.8100.49
HSL278.08º67.53%30.2%-
HSV(B)278.08º80.62%50.59%-
XYZ8.624.521.18-
YUV56.59168.87152.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 129 (50.78% from 255) = 52.65%
R=37.14%
G=10.20%
B=52.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91251290.290.8100.49278.0867.5330.2
Hex5B19811D51031116441e
Octal133312013512106142610436
Binary101101111001100000011110110100010110001100010110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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