#5B177F

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

Shades of Indigo #5B177F

Tints of Indigo #5B177F

Color information

#5B177F (or 0x5B177F) is unknown color: approx Indigo. HEX triplet: 5B, 17 and 7F. RGB value is (91,23,127). Sum of RGB (Red+Green+Blue) = 91+23+127=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B177F is #A4E880. Grayscale: #363636. Windows color (decimal): -10807425 or 8329051. OLE color: 8329051.

HSL color Cylindrical-coordinate representation of color #5B177F: hue angle of 279.23º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B177F is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9123127-
CMYK0.280.8200.50
HSL279.23º69.33%29.41%-
HSV(B)279.23º81.89%49.8%-
XYZ8.454.3720.48-
YUV55.19168.53153.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 127 (50% from 255) = 52.70%
R=37.76%
G=9.54%
B=52.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91231270.280.8200.50279.2369.3329.41
Hex5B177F1C52032117451d
Octal133271773412206242710535
Binary10110111011111111111110010100100110010100010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,23,127); }

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

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

 a { background-color: rgb(91,23,127); }

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

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

 span { border-color: rgb(91,23,127); }

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