#5B078E

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

Shades of Indigo #5B078E

Tints of Indigo #5B078E

Color information

#5B078E (or 0x5B078E) is unknown color: approx Indigo. HEX triplet: 5B, 07 and 8E. RGB value is (91,7,142). Sum of RGB (Red+Green+Blue) = 91+7+142=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B078E is #A4F871. Grayscale: #2F2F2F. Windows color (decimal): -10811506 or 9307995. OLE color: 9307995.

HSL color Cylindrical-coordinate representation of color #5B078E: hue angle of 277.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B078E is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB917142-
CMYK0.360.9500.44
HSL277.33º90.6%29.22%-
HSV(B)277.33º95.07%55.69%-
XYZ9.274.3325.94-
YUV47.51181.33159.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 142 (55.86% from 255) = 59.17%
R=37.92%
G=2.92%
B=59.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9171420.360.9500.44277.3390.629.22
Hex5B78E245F02C1155b1d
Octal13372164413705442513335
Binary10110111111000111010010010111110101100100010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,7,142); }

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

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

 a { background-color: rgb(91,7,142); }

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

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

 span { border-color: rgb(91,7,142); }

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