#5B106D

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

Shades of Indigo #5B106D

Tints of Indigo #5B106D

Color information

#5B106D (or 0x5B106D) is unknown color: approx Indigo. HEX triplet: 5B, 10 and 6D. RGB value is (91,16,109). Sum of RGB (Red+Green+Blue) = 91+16+109=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B106D is #A4EF92. Grayscale: #303030. Windows color (decimal): -10809235 or 7147611. OLE color: 7147611.

HSL color Cylindrical-coordinate representation of color #5B106D: hue angle of 288.39º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B106D is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9116109-
CMYK0.170.8500.57
HSL288.39º74.4%24.51%-
HSV(B)288.39º85.32%42.75%-
XYZ7.263.714.8-
YUV49.03161.85157.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.13%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=42.13%
G=7.41%
B=50.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91161090.170.8500.57288.3974.424.51
Hex5B106D11550391204a19
Octal133201552112507144011231
Binary10110111000011011011000110101010111001100100000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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