#5B019F

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

Shades of Indigo #5B019F

Tints of Indigo #5B019F

Color information

#5B019F (or 0x5B019F) is unknown color: approx Indigo. HEX triplet: 5B, 01 and 9F. RGB value is (91,1,159). Sum of RGB (Red+Green+Blue) = 91+1+159=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 159 (62.5% from 255 or 63.35% from 251); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B019F is #A4FE60. Grayscale: #2D2D2D. Windows color (decimal): -10813025 or 10420571. OLE color: 10420571.

HSL color Cylindrical-coordinate representation of color #5B019F: hue angle of 274.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B019F is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB911159-
CMYK0.430.9900.38
HSL274.18º98.75%31.37%-
HSV(B)274.18º99.37%62.35%-
XYZ10.584.7533.16-
YUV45.92191.82160.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.25%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 159 (62.5% from 255) = 63.35%
R=36.25%
G=0.40%
B=63.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9111590.430.9900.38274.1898.7531.37
Hex5B19F2B63026112631f
Octal13312375314304642214337
Binary101101111001111110101111000110100110100010010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,1,159); }

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

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

 a { background-color: rgb(91,1,159); }

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

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

 span { border-color: rgb(91,1,159); }

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