#5B0178

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

Shades of Indigo #5B0178

Tints of Indigo #5B0178

Color information

#5B0178 (or 0x5B0178) is unknown color: approx Indigo. HEX triplet: 5B, 01 and 78. RGB value is (91,1,120). Sum of RGB (Red+Green+Blue) = 91+1+120=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B0178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0178 is #A4FE87. Grayscale: #292929. Windows color (decimal): -10813064 or 7864667. OLE color: 7864667.

HSL color Cylindrical-coordinate representation of color #5B0178: hue angle of 285.38º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0178 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB911120-
CMYK0.240.9900.53
HSL285.38º98.35%23.73%-
HSV(B)285.38º99.17%47.06%-
XYZ7.723.618.06-
YUV41.48172.32163.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.92%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=42.92%
G=0.47%
B=56.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9111200.240.9900.53285.3898.3523.73
Hex5B178186303511d6218
Octal13311703014306543514230
Binary1011011111110001100011000110110101100011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,1,120); }

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

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

 a { background-color: rgb(91,1,120); }

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

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

 span { border-color: rgb(91,1,120); }

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