#5B0D73

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

Shades of Indigo #5B0D73

Tints of Indigo #5B0D73

Color information

#5B0D73 (or 0x5B0D73) is unknown color: approx Indigo. HEX triplet: 5B, 0D and 73. RGB value is (91,13,115). Sum of RGB (Red+Green+Blue) = 91+13+115=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B0D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D73 is #A4F28C. Grayscale: #2F2F2F. Windows color (decimal): -10809997 or 7540059. OLE color: 7540059.

HSL color Cylindrical-coordinate representation of color #5B0D73: hue angle of 285.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B0D73 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9113115-
CMYK0.210.8900.55
HSL285.88º79.69%25.1%-
HSV(B)285.88º88.7%45.1%-
XYZ7.553.7516.55-
YUV47.95165.84158.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=41.55%
G=5.94%
B=52.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91131150.210.8900.55285.8879.6925.1
Hex5BD73155903711e5019
Octal133151632513106743612031
Binary1011011110111100111010110110010110111100011110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,13,115); }

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

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

 a { background-color: rgb(91,13,115); }

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

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

 span { border-color: rgb(91,13,115); }

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