#5C079B

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

Shades of Indigo #5C079B

Tints of Indigo #5C079B

Color information

#5C079B (or 0x5C079B) is unknown color: approx Indigo. HEX triplet: 5C, 07 and 9B. RGB value is (92,7,155). Sum of RGB (Red+Green+Blue) = 92+7+155=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C079B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C079B is #A3F864. Grayscale: #303030. Windows color (decimal): -10745957 or 10159964. OLE color: 10159964.

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

Color convert

RGB927155-
CMYK0.410.9500.39
HSL274.46º91.36%31.76%-
HSV(B)274.46º95.48%60.78%-
XYZ10.414.7931.39-
YUV49.29187.66158.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=36.22%
G=2.76%
B=61.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9271550.410.9500.39274.4691.3631.76
Hex5C79B295F0271125b20
Octal13472335113704742213340
Binary101110011110011011101001101111101001111000100101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C079B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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