#5C079E

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

Shades of Indigo #5C079E

Tints of Indigo #5C079E

Color information

#5C079E (or 0x5C079E) is unknown color: approx Indigo. HEX triplet: 5C, 07 and 9E. RGB value is (92,7,158). Sum of RGB (Red+Green+Blue) = 92+7+158=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C079E is #A3F861. Grayscale: #313131. Windows color (decimal): -10745954 or 10356572. OLE color: 10356572.

HSL color Cylindrical-coordinate representation of color #5C079E: hue angle of 273.77º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C079E is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB927158-
CMYK0.420.9600.38
HSL273.77º91.52%32.35%-
HSV(B)273.77º95.57%61.96%-
XYZ10.664.932.73-
YUV49.63189.16158.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=35.80%
G=2.72%
B=61.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9271580.420.9600.38273.7791.5232.35
Hex5C79E2A600261125c20
Octal13472365214004642213440
Binary101110011110011110101010110000001001101000100101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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