#5B0E8C

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

Shades of Indigo #5B0E8C

Tints of Indigo #5B0E8C

Color information

#5B0E8C (or 0x5B0E8C) is unknown color: approx Indigo. HEX triplet: 5B, 0E and 8C. RGB value is (91,14,140). Sum of RGB (Red+Green+Blue) = 91+14+140=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B0E8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0E8C is #A4F173. Grayscale: #323232. Windows color (decimal): -10809716 or 9178715. OLE color: 9178715.

HSL color Cylindrical-coordinate representation of color #5B0E8C: hue angle of 276.67º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0E8C is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9114140-
CMYK0.350.9000.45
HSL276.67º81.82%30.2%-
HSV(B)276.67º90%54.9%-
XYZ9.214.4325.18-
YUV51.39178.01156.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=37.14%
G=5.71%
B=57.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91141400.350.9000.45276.6781.8230.2
Hex5BE8C235A02D115521e
Octal133162144313205542512236
Binary101101111101000110010001110110100101101100010101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,14,140); }

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

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

 a { background-color: rgb(91,14,140); }

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

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

 span { border-color: rgb(91,14,140); }

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