#5B139E

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

Shades of Indigo #5B139E

Tints of Indigo #5B139E

Color information

#5B139E (or 0x5B139E) is unknown color: approx Indigo. HEX triplet: 5B, 13 and 9E. RGB value is (91,19,158). Sum of RGB (Red+Green+Blue) = 91+19+158=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B139E is #A4EC61. Grayscale: #373737. Windows color (decimal): -10808418 or 10359643. OLE color: 10359643.

HSL color Cylindrical-coordinate representation of color #5B139E: hue angle of 271.08º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B139E is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9119158-
CMYK0.420.8800.38
HSL271.08º78.53%34.71%-
HSV(B)271.08º87.97%61.96%-
XYZ10.725.1632.78-
YUV56.37185.35152.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=33.96%
G=7.09%
B=58.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91191580.420.8800.38271.0878.5334.71
Hex5B139E2A5802610f4f23
Octal133232365213004641711743
Binary10110111001110011110101010101100001001101000011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,19,158); }

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

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

 a { background-color: rgb(91,19,158); }

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

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

 span { border-color: rgb(91,19,158); }

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