#5b107f

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

Shades of Indigo #5B107F

Tints of Indigo #5B107F

Color information

#5B107F (or 0x5B107F) is unknown color: approx Indigo. HEX triplet: 5B, 10 and 7F. RGB value is (91,16,127). Sum of RGB (Red+Green+Blue) = 91+16+127=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B107F is #A4EF80. Grayscale: #323232. Windows color (decimal): -10809217 or 8327259. OLE color: 8327259.

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

Color convert

RGB9116127-
CMYK0.280.8700.50
HSL280.54º77.62%28.04%-
HSV(B)280.54º87.4%49.8%-
XYZ8.334.1320.44-
YUV51.08170.85156.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 127 (50% from 255) = 54.27%
R=38.89%
G=6.84%
B=54.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91161270.280.8700.50280.5477.6228.04
Hex5B107F1C570321194e1c
Octal133201773412706243111634
Binary10110111000011111111110010101110110010100011001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b107f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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