#5B037F

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

Shades of Indigo #5B037F

Tints of Indigo #5B037F

Color information

#5B037F (or 0x5B037F) is unknown color: approx Indigo. HEX triplet: 5B, 03 and 7F. RGB value is (91,3,127). Sum of RGB (Red+Green+Blue) = 91+3+127=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B037F is #A4FC80. Grayscale: #2B2B2B. Windows color (decimal): -10812545 or 8323931. OLE color: 8323931.

HSL color Cylindrical-coordinate representation of color #5B037F: hue angle of 282.58º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B037F is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB913127-
CMYK0.280.9800.50
HSL282.58º95.38%25.49%-
HSV(B)282.58º97.64%49.8%-
XYZ8.183.8220.39-
YUV43.45175.15161.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.18%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 127 (50% from 255) = 57.47%
R=41.18%
G=1.36%
B=57.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9131270.280.9800.50282.5895.3825.49
Hex5B37F1C6203211b5f19
Octal13331773414206243313731
Binary10110111111111111110011000100110010100011011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,3,127); }

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

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

 a { background-color: rgb(91,3,127); }

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

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

 span { border-color: rgb(91,3,127); }

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