#5C179B

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

Shades of Indigo #5C179B

Tints of Indigo #5C179B

Color information

#5C179B (or 0x5C179B) is unknown color: approx Indigo. HEX triplet: 5C, 17 and 9B. RGB value is (92,23,155). Sum of RGB (Red+Green+Blue) = 92+23+155=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C179B is #A3E864. Grayscale: #3A3A3A. Windows color (decimal): -10741861 or 10164060. OLE color: 10164060.

HSL color Cylindrical-coordinate representation of color #5C179B: hue angle of 271.36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C179B is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9223155-
CMYK0.410.8500.39
HSL271.36º74.16%34.9%-
HSV(B)271.36º85.16%60.78%-
XYZ10.645.2531.46-
YUV58.68182.36151.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.07%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=34.07%
G=8.52%
B=57.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92231550.410.8500.39271.3674.1634.9
Hex5C179B295502710f4a23
Octal134272335112504741711243
Binary10111001011110011011101001101010101001111000011111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,23,155); }

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

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

 a { background-color: rgb(92,23,155); }

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

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

 span { border-color: rgb(92,23,155); }

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